Enumeration API

Enum

Allows storing a group of related values under a single variable.

obj Enum {
  rawValue: str
}

Fields

rawValue - Enumerator string representation.

Enum.str()

Returns a string representation.

fn Enum.str () str