operator [] method

int operator [](
  1. int index
)

The byte at the given index.

Implementation

int operator [](int index) => _view[index];