macrame.enums
This trait provides the Short/E conversions from AsShort and FromShort. As with those traits you must extend the companion object of the enumeration.
Short
E
AsShort
FromShort
@enum class Color { Red Blue Yellow } object Color extends ShortConverters[Color]
This trait provides the
Short/Econversions fromAsShortandFromShort. As with those traits you must extend the companion object of the enumeration.