type alias
A type alias is a way to make a new name for an existing type. When you declare a type alias, you can then use the aliased name instead of the existing type. A type alias does not create a new type, but only provides a new name for an existing type.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library