BitArray.reverse

Reverses the contents of this array in place, much like the reverse property for built-in arrays.

struct BitArray
reverse
()
out (result) { assert (compare(result, this)); }

Return Value

Type: BitArray

A shallow copy of this array.

Meta