package haxe
crypto | |
ds | |
io | |
macro | |
rtti | |
xml | |
zip | |
CallStack | Get informations about the call stack. |
EnumFlags | A typed interface for bit flags. This is not a real object, only a typed interface for an actual Int. Each flag can be tested/set with the corresponding enum instance. Up to 32 flags can be stored that way. |
EnumTools | |
EnumValueTools | |
FlatEnum | This type unifies with an enum instance if all constructors of the enum require no arguments. |
Function | This type unifies with any function type. |
IMap | |
Int32 | Int32 provides a 32-bit integer with consistent overflow behavior across all platforms. |
Int64 | |
Log | Log primarily provides the trace() method, which is invoked upon a call to trace() in haxe code. |
PosInfos | PosInfos is a magic type which can be used to generate position information into the output for debugging use. |
StackItem | Elements return by |
Timer |