tuple.tuple

template tuple(Names...)
tuple
(
Args...
)
(
Args args
)

Parameters

args Args

Values to initialize the Tuple with. The Tuple's type will be inferred from the types of the values given.

Return Value

Type: auto

A new Tuple with its type inferred from the arguments given.

Meta