Expand description
Intrusive, singly-linked, sorted, linked list.
See the documentation for the SortedList
and SortedListIter
types for
details.
Re-exports§
pub use crate::stack::Links;
Structs§
- Sorted
List - A sorted singly linked list
- Sorted
List Iter - A borrowing iterator of a
SortedList