operator [] method

Option<V> operator [](
  1. K k
)

Implementation

Option<V> operator[](K k) => get(k);