Crate mini_linked_list

Crate mini_linked_list 

Source
Expand description

§Linked List

Implements a simple linked list using Heap memory. Currently, there’s an implementation only for the i32 primitive type.

Structs§

LinkedList
PopLeftResult