operator [] method

Reaction operator [](
  1. int index
)

Implementation

Reaction operator [](int index) {
  return elementAt(index);
}