haXe API Documentation
Back | Index
extern class haxe.macro.MacroType<Const>
Available in flash8, neko, js, flash, php, cpp
This type is meant to be used to generate custom types using a macro. For instance by doing MacroType<"my.Class.myMacro(55)">
Back | Index