StringImpl.flipEndian

Flips the endianness of the string's contents.

Note: This is no-op for UTF-8 strings.

struct StringImpl(T)
@nogc ref
flipEndian
()

Return Value

Type: auto ref

The string instance.

Meta