You may overload it.
    
    
    proc setBits(x: var uint8, hs: HSlice) =
      for i in hs:
        x.setBits(i)
    
    Run

Reply via email to