isStacked method

bool isStacked()

Implementation

bool isStacked() {
  return _stackIndex >= 0;
}