bswap

Swaps bytes in an 8 byte ulong end-to-end, i.e. byte 0 becomes byte 7, byte 1 becomes byte 6, etc.

  1. uint bswap(uint v)
  2. ulong bswap(ulong v)
    nothrow @safe @nogc pure
    ulong
    bswap
    (
    ulong v
    )
Suggestion Box / Bug Report