BitArray.reverse

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

struct BitArray
@property ref
reverse
()
out (result) { assert (result == this); }

Return Value

Type: BitArray

A shallow copy of this array.

Meta