Expand description
A crate that contains a singly linked list.
Note:
This is different from the standard LinkedList
,
which is doubly linked.
A crate that contains a singly linked list.
Note:
This is different from the standard LinkedList
,
which is doubly linked.