Tuple.Tuple

Undocumented in source.
template Tuple(Specs...)
struct Tuple {}

Alias This

expand

Members

Aliases

Types
alias Types = Map!(ChooseType, ParsedSpecs)

Field types.

Variables

expand
Types expand;

Represents the values of the $(D_PSYMBOL Tuple) as a list of values.

Meta