Module sorted_list

Source
Expand description

Intrusive, singly-linked, sorted, linked list.

See the documentation for the SortedList and SortedListIter types for details.

Re-exports§

Structs§

SortedList
A sorted singly linked list
SortedListIter
A borrowing iterator of a SortedList