ComputedMap<K, V>.fromIMap constructor

ComputedMap<K, V>.fromIMap(
  1. IMap<K, V> m
)

Constructs a constant ComputedMap from a given IMap.

Implementation

factory ComputedMap.fromIMap(IMap<K, V> m) => ConstComputedMap(m);