operator [] abstract method
Computed<V?>
operator [](
- K key
Returns a computation representing the given key of this map.
Implementation
Computed<V?> operator [](K key);
Returns a computation representing the given key of this map.
Computed<V?> operator [](K key);