VectorImpl.reverse

Reverses the contents of the vector

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

Return Value

Type: auto ref

The vector instance.

Meta