TypeOf

Evaluates to the type of the given expression or type. The built-in $(D_KEYWORD typeof) only accepts expressions, not types. If given a type, this will just evaluate to the given type as is.

Members

Aliases

TypeOf
alias TypeOf = expr
Undocumented in source.
TypeOf
alias TypeOf = typeof(expr)
Undocumented in source.

Meta