bijectToUnsigned

Biject (shift) a signed a "up" to the corresponding unsigned type (for instance before radix sorting an array of a).

  1. auto bijectToUnsigned(T a)
    pragma(inline) pure nothrow @safe @nogc @trusted
    bijectToUnsigned
    (
    T
    )
    (
    T a
    )
  2. auto bijectToUnsigned(T a, bool descending)

Meta