Enum.hx 118 B

1234567
  1. /**
  2. An abstract type that represents an Enum.
  3. See [Type] for the haXe Reflection API.
  4. **/
  5. extern class Enum<T> {
  6. }