Member predicate TypeAccess::getTypeArgument
Gets the n
th type argument provided to this type by the enclosing generic type expression, if any.
For example, in Array<number>
, the Array
part is a type access having the type argument number
.
Gets the n
th type argument provided to this type by the enclosing generic type expression, if any.
For example, in Array<number>
, the Array
part is a type access having the type argument number
.