UnsignedOf.UnsignedOf

Undocumented in source.
  1. alias UnsignedOf = I
  2. alias UnsignedOf = ulong
  3. alias UnsignedOf = uint
  4. alias UnsignedOf = ushort
  5. alias UnsignedOf = ubyte
    template UnsignedOf(I)
    static if(!(isUnsigned!I))
    static if(!(is(I == long)))
    static if(!(is(I == int)))
    static if(!(is(I == short)))
    static if(is(I == byte))
    alias UnsignedOf = ubyte

Meta