pop method

void pop(
  1. int count
)

Implementation

void pop(int count) => setTop(-count - 1);