Member predicate Impl::TypeAliasType::getAliasedType
Gets the aliased type of this type alias type.
For example the aliased type of MyInt in the following code is Int:
typealias MyInt = Int
Gets the aliased type of this type alias type.
For example the aliased type of MyInt in the following code is Int:
typealias MyInt = Int