operator [] method

V? operator [](
  1. K key
)

Get value like normal

Implementation

V? operator [](K key) => $[key];