push method

void push(
  1. T value
)

Implementation

void push(T value) {
  _push(value);
}