ByteSwap.swap32

Reverses four-byte sequences. Parameter dst implies the number of bytes, which should be a multiple of 4

  1. void swap32(void[] dst)
    struct ByteSwap
    final static
    void
    swap32
    (
    void[] dst
    )
  2. void swap32(void* dst, size_t bytes)

Meta