Crate functional_list

Source

Macros§

list
Builds a List
list_map
Builds a ListMap

Structs§

List
A singly linked list. Implemented using functional algorithms, with no mutation.
ListIter
An iterator by reference over the values in a list.

Type Aliases§

ListMap
A Map from K to V.