operator [] method

int operator [](
  1. int addr
)

Implementation

int operator [](int addr) => faces[addr];