klyn.reflection.TypeLoader.typeCount
method
public static typeCount() as Int:
Description

Returns the number of types currently known by runtime reflection.

Returns

Registered type count.

Example
import klyn.reflection
assert TypeLoader.typeCount() > 0