Type

Members

Aliases

typeOf
alias typeOf = T

Functions

constOf
auto constOf()
immutableOf
auto immutableOf()
opBinary
auto opBinary(Type!U other)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
auto opDispatch()

Convience function that forwards to std.traits.

opEquals
bool opEquals(Type!U other)
opIndex
auto opIndex(S sizeVal)
opIndex
auto opIndex(Type!U keyType)
opSlice
auto opSlice()
sharedOf
auto sharedOf()
toString
string toString()
unqualOf
auto unqualOf()

Examples

static assert (is(Type!(Type!int) == Type!int));

Meta