canPop method

bool canPop()

Implementation

bool canPop() {
  return _stack.length > 1;
}