push method

void push(
  1. List<int> v
)

Append bytes */

Implementation

void push(List<int> v) {
  pushArray(v);
}