reverse

Reverses the contents of range.

pragma(inline)
void
reverse
(
T
)
(
ref T range
)

Parameters

range T

The range to be reversed.

Meta