The OpenD Programming Language

Annotated.this

struct Annotated(T)
@safe pure
this
(
Args...
)
(
string[] annotations
,
Args args
)

Parameters

annotations string[]

non-empty array of annotations

args Args

arguments to construct value with

Meta