operator [] method

D operator [](
  1. int index
)

Returns the ID at index.

Implementation

D operator [](int index) => _ids[index];