public readonly property genericDefinition as Type:
Returns the open generic type represented by this concrete instantiation.
Generic definition, or null when this type is not a concrete generic instantiation.
import klyn.collections assert ArrayList<Int>.type.genericDefinition == ArrayList.type