Annotated.this

Constructs an `Annotated` struct from a variadic set of arguments and a string array annotation.

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