tanya.typecons

Type constructors.

This module contains templates that allow to build new types from the available ones.

Members

Templates

Tuple
template Tuple(Specs...)

$(D_PSYMBOL Tuple) can store two or more heterogeneous objects.

Variant
template Variant(Specs...)

Type that can hold one of the types listed as its template parameters.

tuple
template tuple(Names...)

Creates a new $(D_PSYMBOL Tuple).

Meta