Pack

Holds a typed sequence of template parameters.

struct Pack (
Args...
) {}

Alias This

Seq

Members

Aliases

Seq
alias Seq = Args

Elements in this tuple as $(D_PSYMBOL AliasSeq).

Variables

length
enum size_t length;

The length of the tuple.

Parameters

Args

Elements of this $(D_PSYMBOL Pack).

Meta