operator [] method

V? operator [](
  1. K k
)

Implementation

V? operator [](K k) {
  return value[k];
}