operator [] method

Rsvp operator [](
  1. int index
)

Implementation

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