List of types that are bijectable to builtin integral types.
Biject (Shift) an unsigned a "back down" to the corresponding signed type (for instance after radix sorting an array of a).
Biject (shift) a signed a "up" to the corresponding unsigned type (for instance before radix sorting an array of a).
Same as bijectToUnsigned with extra argument descending that reverses order.
Map bits of floating point number \p a to unsigned integer that can be radix sorted.
Map a floating point number \p a back from radix sorting
Bijections between scalar types and integers.
TOOD extract reinterpret!T(x)
TODO support real?