pub broadcast proof fn lemma_map_remove_keys_finite<K, V>(m: Map<K, V>, keys: Set<K>)Expand description
requires
m.dom().finite(),keys.finite(),ensures(#[trigger] m.remove_keys(keys)).dom().finite(),