klyn.Application.type
method
public static native type(value as Object) as Type
Description
Returns the runtime type of a value. t = Application.type(42) print(t.fullName)
Parameters
  • value The value to inspect.
Returns
The runtime Type instance.
Example