How about something like this:
type
MyRange = range[0'u8 .. 15'u8]
var s = {12.MyRange}
Run
- Set Literal Problems mrhthepie
- Re: Set Literal Problems miran
How about something like this:
type
MyRange = range[0'u8 .. 15'u8]
var s = {12.MyRange}
Run