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§
- A sorted singly linked list
- A borrowing iterator of a
SortedList