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
sort
()
out (result) { assert (compare(result, this)); }

Return Value

Type: BitArray

A shallow copy of this array.

Meta