Module bag
scc
2.3.3
Module bag
Module Items
Structs
In crate scc
Modules
bag
hash_cache
hash_index
hash_map
hash_set
queue
stack
tree_index
Structs
LinkedEntry
Traits
Comparable
Equivalent
LinkedList
scc
Module
bag
Copy item path
Settings
Help
Summary
Source
Expand description
Bag
is a lock-free concurrent unordered instance container.
Structs
§
Bag
Bag
is a lock-free concurrent unordered instance container.
Into
Iter
An iterator that moves out of a
Bag
.
IterMut
A mutable iterator over the entries of a
Bag
.