halfSizeT

calculating the type, based on native type of the underlying system

  1. alias halfSizeT = ulong
    static if(size_t.sizeof == 16)
    alias halfSizeT = ulong
  2. alias halfSizeT = uint
  3. alias halfSizeT = ushort
  4. alias halfSizeT = ubyte

Meta