Type constructors.
This module contains templates that allow to build new types from the available ones.
$(D_PSYMBOL Tuple) can store two or more heterogeneous objects.
Type that can hold one of the types listed as its template parameters.
Creates a new $(D_PSYMBOL Tuple).
See Source File tanya/typecons.d
Mozilla Public License.
Eugene Wissner 2017-2020.
Eugene Wissner
Type constructors.
This module contains templates that allow to build new types from the available ones.