size method

int size()

The number of bits this BitSet holds.

Implementation

int size() => _length;