operator [] method

int operator [](
  1. int i
)

Fast access for MMIO.read32

Implementation

int operator [](int i) => read32(i);