[][src]Module agnes::cons

Basic heterogeneous list (cons-list) implementation.

Structs

Cons

Buildling block of a heterogeneous type list.

Nil

The end of a heterogeneous type list.

Traits

Append

Trait for adding a list to the end of a heterogeneous list.

Len

Trait providing length (either compile-time or runtime) details of a list.

PushBack

Trait for adding a new element to the end of a heterogeneous list.

PushFront

Trait for adding a new element to the front of a heterogeneous list.

Functions

cons

Utility function to construct a Cons list.