KeyChanges<K, V> constructor

KeyChanges<K, V>(
  1. IMap<K, ChangeRecord<V>> changes
)

Implementation

KeyChanges(this.changes);