bitswap

Reverses the order of bits in a 64-bit integer.

  1. uint bitswap(uint x)
  2. ulong bitswap(ulong x)
    nothrow @safe @nogc pragma(inline, true) pure
    ulong
    bitswap
    (
    ulong x
    )

Meta