public static typeFlags(index as Int) as Int:
Returns raw modifier flags for a reflected type by index.
index
Raw Type.FLAG_* bit field.
Type.FLAG_*
import klyn.reflection print(TypeLoader.typeFlags(0))