Expand description
Define analias for an existing type.
The syntax istype Name = ExistingType;.
§Examples
type doesnot create a new type:
A type can be generic:
In traits,type is used to declare anassociated type:
Define analias for an existing type.
The syntax istype Name = ExistingType;.
type doesnot create a new type:
A type can be generic:
In traits,type is used to declare anassociated type: