operator [] method

Convo operator [](
  1. int index
)

Implementation

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