operator [] method

int operator [](
  1. int addr
)

Implementation

int operator [](int addr) => gets(addr,1);