bitswap

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

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

Meta