isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
  return (b & MASK_EMPTY) == MASK_EMPTY;
}