[−]Module astral::thirdparty::rayon::collections::binary_heap
This module contains the parallel iterator types for heaps
(BinaryHeap<T>
). You will rarely need to interact with it directly
unless you have need to name one of the iterator types.
Structs
IntoIter | Parallel iterator over a binary heap |
Iter | Parallel iterator over an immutable reference to a binary heap |