Module alloc::collections

1.0.0 · source ·
Expand description

集合类型。

Re-exports

Modules

  • 用二进制堆实现的优先级队列。
  • 基于 B 树的有序 map。
  • 基于 B 树的有序 set。
  • 具有所属节点的双向链表。
  • 使用可增长的环形缓冲区实现的双端队列 (deque)。

Structs

Enums