The OpenD Programming Language

AnnotatedOnce.this

struct AnnotatedOnce(T)
@safe pure
this
(
Args...
)
(
string annotation
,
Args args
)

Parameters

annotation string

non-empty array of annotation

args Args

arguments to construct value with

Meta