haxe

..
EnumTools

This class provides advanced methods on enums. It is ideally used with using EnumTools and then acts as an extension to the enum types.

EnumValueTools

This class provides advanced methods on enum values. It is ideally used with using EnumValueTools and then acts as an extension to the EnumValue types.

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.