StringImpl.reverse

Reverses the contents of the string

struct StringImpl(T)
@nogc ref
reverse
()

Return Value

Type: auto ref

The string instance.

Meta