public static typeName(index as Int) as String:
Returns the short name of a reflected type by index.
| Parameter | Description |
|---|---|
index | Zero-based reflection type index. |
Short type name, or an empty string when the index is invalid.
import klyn.reflection print(TypeLoader.typeName(0))