hunt.Enum

Undocumented in source.

Members

Classes

AbstractEnum
class AbstractEnum(E)

This is the common base class of all enumeration types.

Functions

valueOf
T valueOf(string name, T defaultValue)

Returns the enum constant of the specified enum type with the specified name. The name must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Interfaces

Enum
interface Enum(E)

Meta