operator [] method

GemParameter operator [](
  1. int index
)
inherited

Implementation

T operator [](final int index) => at(index);