# Functions
AsRepresentation parses a string to find the corresponding Representation, accepting either one of the string values or a number.
MustParseRepresentation is similar to AsRepresentation except that it panics on error.
No description provided by the author
RepresentationOf returns a Representation based on an ordinal number.
# Constants
No description provided by the author
the value of the enumerant as a decimal number.
No description provided by the author
No description provided by the author
# Variables
AllRepresentations lists all 4 values in order.
# Type aliases
Enums is a slice of Enum.
FloatEnums is a slice of FloatEnum.
IntEnums is a slice of IntEnum.
No description provided by the author