ByteSwap.swap32

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

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

Meta