Closed jfallows closed 5 years ago
Support uint8, uint16, uint32, uint64, string, string16, string32.
uint8
uint16
uint32
uint64
string
string16
string32
For example, using string.
enum Number (string) { ONE("uno"), TWO("dos"), THREE("tres") }
Requires #77
Support
uint8
,uint16
,uint32
,uint64
,string
,string16
,string32
.For example, using
string
.Requires #77