VectorImpl.flipEndian

Flips the endianness of the vector's contents.

Note: This is no-op for 8-bit elements.

struct VectorImpl(T, bool ownsMemory = true)
@nogc ref
flipEndian
()

Return Value

Type: auto ref

The vector instance.

Meta