macrame.enums
This trait provides the Long/E conversions from AsLong and FromLong. As with those traits you must extend the companion object of the enumeration.
Long
E
AsLong
FromLong
@enum class Color { Red Blue Yellow } object Color extends LongConverters[Color]
This trait provides the
Long/Econversions fromAsLongandFromLong. As with those traits you must extend the companion object of the enumeration.