I was able to get this working - unfortunately i c...
# haxe
p
I was able to get this working - unfortunately i can't figure out how to register the extension class in try.haxe
Copy code
class EnumValueExtensions {
    public static function toMapKey(e:EnumValue) {
        return EnumValueTools.getName(e);
    }
}