pop<T> method

bool pop<T>(
  1. T? result
)

Implementation

bool pop<T>(T? result) {
  return _pop(result) == _NavigatorNodePop.popped;
}