BitArray.sort

Sorts this array in place, with zero entries sorting before one. This is equivalent to the sort property for built-in arrays.

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

Return Value

Type: BitArray

A shallow copy of this array.

Meta