Whether the BitArray is not empty == has set values.
bool get isNotEmpty { return _data.any((i) => i != 0); }