Member predicate TypeAccess::getATypeArgument
Gets a 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 a 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
.