operator [] method

ActerPin operator [](
  1. int index
)

Implementation

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