operator [] method

Pusher operator [](
  1. int index
)

Implementation

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