operator [] method

int operator [](
  1. int idx
)

Computes where idx permutes too.

Implementation

int operator [](int idx) => _indices[idx];