public readonly property isGenericInstantiation as Boolean:
Indicates whether this type represents a concrete generic instantiation.
t = ArrayList<Int>.type print(t.isGenericInstantiation)