Module alloc::collections 1.0.0[−][src]
Expand description
集合类型。
Re-exports
pub use binary_heap::BinaryHeap;
pub use btree_map::BTreeMap;
pub use btree_set::BTreeSet;
pub use linked_list::LinkedList;
pub use vec_deque::VecDeque;
Modules
用二进制堆实现的优先级队列。
基于 B 树的 map。
基于 B 树的集合。
具有所属节点的双向链表。
使用可增长的环形缓冲区实现的双端队列。
Structs
try_reserve
方法的错误类型。
Enums
TryReserveErrorKindExperimental
导致 TryReserveError
的分配的详细信息