ByteSwap.swap16

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

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

Meta