Module std::collections::btree_map 1.0.0[−][src]
Expand description
基于 B 树的 map。
Structs
DrainFilter | Experimental 通过在 BTreeMap 上调用 |
OccupiedError | Experimental 当键已经存在时,由 |
BTreeMap | 基于 B-Tree 的 map。 |
IntoIter |
|
IntoKeys |
|
IntoValues |
|
Iter |
|
IterMut |
|
Keys |
|
OccupiedEntry |
|
Range |
|
RangeMut |
|
VacantEntry |
|
Values |
|
ValuesMut |
|
Enums
Entry | map 中单个条目的视图,该条目可能是空的或被已占用。 |