EnumValue.hx 127 B

1234567
  1. /**
  2. An abstract type that represents any enum value.
  3. See [Type] for the haXe Reflection API.
  4. **/
  5. extern class EnumValue {
  6. }