Member predicate TupleType::getUnderlyingArrayType
Gets the underlying instantiation of the Array type.
For example, the tuple type [string, number] has Array<string | number>
as its underlying array type.
Gets the underlying instantiation of the Array type.
For example, the tuple type [string, number] has Array<string | number>
as its underlying array type.