operator [] method

int operator [](
  1. int i
)

Implementation

int operator [](int i) => readUint16(i * RUint16.scalarByteSize);