ByteSwap.swap64

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

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

Meta