Creates a new type based on an existing type.
Base type of the typedef.
An extra identifier for the type.
Initializer value for this type.
alias MyInt = TypeDef!(int, "MyInt"); assert(!is(MyInt == int));
See Implementation
Creates a new type based on an existing type.