operator [] abstract method

Computed<V?> operator [](
  1. K key
)

Returns a computation representing the given key of this map.

Implementation

Computed<V?> operator [](K key);