Module forrustts::nested_forward_list[][src]

Compact representation of multiple forward linked lists.

This module defines NestedForwardList. Client code will typically use this type via crate::EdgeBuffer. See the documentation of that type for details.

Most of API for this type is used internally, but it is public in case anyone finds other uses for this data structure.

Structs

NestedForwardList

Representation of multiple forward linked lists flattend into vectors.

Enums

NestedForwardListError

Errror type for NestedForwardList operations.

Type Definitions

Result

Result type for NestedForwardList operations.