[][src]Crate functional_list

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 Definitions

ListMap

A Map from K to V.