`typealias` is just that, an alias. The type can b...
# announcements
d
typealias
is just that, an alias. The type can be used interchangably with it's alias.
inline class
does not do that, they create a separate type.