allSameTypesInTuple

Returns true if all types in the Tuple T are the same. TODO: Remove when this is merged: https://github.com/D-Programming-Language/phobos/pull/3395 See also: https://github.com/D-Programming-Language/phobos/pull/1672/files

Members

Aliases

types
alias types = T.Types
Undocumented in source.

Manifest constants

allSameTypesInTuple
enum allSameTypesInTuple;
Undocumented in source.
allSameTypesInTuple
enum allSameTypesInTuple;
Undocumented in source.

Templates

isSameTypeAsHead
template isSameTypeAsHead(U)
Undocumented in source.

Meta