operator [] method

Option<A> operator [](
  1. int i
)

Implementation

Option<A> operator [](int i) => get(i);