abstract Enum<T>(Enum<T>)

Available on all platforms

An abstract type that represents an Enum type.

The corresponding enum instance type is EnumValue.

See Type for the Haxe Reflection API.