haxeui/haxeui-core

View on GitHub
haxe/ui/macros/helpers/CodePos.hx

Summary

Maintainability
Test Coverage
package haxe.ui.macros.helpers;

enum CodePos {
    Start;
    End;
    AfterSuper;
    Pos(pos:Int);
}