qtil
advanced-security/qtil-swift 0.0.3
Search

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
Type getAliasedType()