Module BSTList

Source

Structsยง

BSSimpleList
Single-directional linked list (stack-like).
IntoIter
An owning iterator over the elements of a BSSimpleList<T>.
Iter
IterMut
Node
A node in the singly linked list.