How about something like this:
    
    
    type
      MyRange = range[0'u8 .. 15'u8]
    
    var s = {12.MyRange}
    
    
    Run

Reply via email to