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.
See Implementation
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.