operator [] method

Touch operator [](
  1. int index
)

Implementation

Touch operator[](int index) {
  return _items[index];
}