Functionsยง
- collect_
stable_ map - Collects entries from a stable
BTreeMap
iterator into aHashMap<K, V>
. - collect_
stable_ map_ from - Collects entries from a
BTreeMap
into aHashMap<K, V>
. - collect_
stable_ vec - Collects entries from a stable
BTreeMap
iterator into aVec<(K, V)>
. - collect_
stable_ vec_ from - Collects entries from a
BTreeMap
into aVec<(K, V)>
.