klyn.Type.isGenericInstantiation
property
public readonly property isGenericInstantiation as Boolean:
Description

Indicates whether this type represents a concrete generic instantiation.

Example
t = ArrayList<Int>.type
print(t.isGenericInstantiation)