BitArray.opCmp

Performs a lexicographical comparison of this array to the supplied array.

struct BitArray
int
opCmp

Parameters

rhs BitArray

The array to compare against.

Return Value

Type: int

A value less than zero if this array sorts before the supplied array, zero if the arrays are equavalent, and a value greater than zero if this array sorts after the supplied array.

Meta