ByteSwap.swap80

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

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

Meta