bitsStr.S

Undocumented in source.
  1. alias S = ubyte
  2. alias S = ushort
    template bitsStr(string mask, char ONE = '#')
    static if(!(mask.length < 6))
    static if(mask.length < 13)
    alias S = ushort
  3. alias S = uint
  4. alias S = ulong

Meta