operator [] abstract method

V? operator [](
  1. K k
)

Index operator, get value at key name k

Implementation

V? operator [](K k);