operator [] method

int operator [](
  1. int i
)

Implementation

int operator [](int i) => readSize(i * RType.nativeWordSize);