canPop method

bool canPop()

Implementation

bool canPop() {
  return state.canPop();
}