at method

int at(
  1. int pos
)

Implementation

int at(int pos) => _buffer[pos];