trim method

void trim()

Implementation

void trim() {
  while (getFreeBits() > bitsPerInt) {
    _longs.removeLast();
  }
}