Member predicate TypeAccess::getTypeArgument
Gets the nth 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 nth 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.