operator [] method

int operator [](
  1. int i
)

Implementation

int operator [](int i) => readInt8(i * RInt8.scalarByteSize);