public readonly property genericDefinitionName as String:
Returns the fully qualified open generic definition name.
Unlike generated concrete class names, this stable metadata never contains an ABI hash and is suitable for framework mapping decisions.
Open generic definition name, or an empty string.
import klyn.collections assert ArrayList<Int>.type.genericDefinitionName == "klyn.collections.ArrayList"