Type Aliases
A type alias creates a name for another type. The two types can be used interchangeably.
Speaker Notes
This slide should take about 2 minutes.
C programmers will recognize this as similar to a typedef
.
A type alias creates a name for another type. The two types can be used interchangeably.
C programmers will recognize this as similar to a typedef
.