pop<T> static method

T pop<T>()

Implementation

static T pop<T>() {
  return instance.pop<T>();
}