pop method

int pop()

Implementation

int pop() => _vector[_top--].toSigned(16);