tuple.tuple

Creates a new $(D_PSYMBOL Tuple).

template tuple(Names...)
tuple
(
Args...
)
(
auto ref Args args
)
if (
Args.length >= Names.length &&
)

Parameters

Args

Field types.

args Args

Field values.

Return Value

Type: auto

Newly created $(D_PSYMBOL Tuple).

Meta