top level
ash | |
gengine | |
haxe | |
Application | |
Array | An Array is a storage for values. You can access it using indexes or with its API. |
ArrayAccess |
|
Bool | The standard Boolean type, which can either be |
Class | An abstract type that represents a Class. |
Dynamic |
|
Enum | An abstract type that represents an Enum type. |
EnumValue | An abstract type that represents any enum value.
See |
Float | The standard |
Int | The standard |
Iterable | An |
Iterator | An |
Map | Map allows key to value mapping for arbitrary value types, and many key types. |
Null |
|
Reflect | The Reflect API is a way to manipulate values dynamically through an abstract interface in an untyped manner. Use with care. |
Std | The Std class provides standard methods for manipulating basic types. |
String | The basic String class. |
Type | The Haxe Reflection API allows retrieval of type information at runtime. |
Void | The standard |