klyn.reflection.TypeLoader.typeName
method
public static typeName(index as Int) as String:
Description

Returns the short name of a reflected type by index.

Parameters
ParameterDescription
indexZero-based reflection type index.
Returns

Short type name, or an empty string when the index is invalid.

Example
import klyn.reflection
print(TypeLoader.typeName(0))