operator [] method

List<T> operator [](
  1. Object k
)

The kth arrangement.

Implementation

List<T> operator [](Object k) {
  throw Error();
}