ByteSwap.swap64

Reverse eight-byte sequences. Parameter dst implies the number of bytes, which should be a multiple of 8

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

Meta