Member predicate Raw::TypeAliasDecl::getAliasedType
Gets the aliased type on the right-hand side of this type alias declaration.
For example the aliased type of MyInt in the following code is Int:
typealias MyInt = Int
Gets the aliased type on the right-hand side of this type alias declaration.
For example the aliased type of MyInt in the following code is Int:
typealias MyInt = Int