Crate blist [] [src]

A deque implemented as a hybrid linked-list-of-arrays

Structs

BList

A skeleton implementation of a BList, based on the Space-Efficient Linked List described in Open Data Structures.

IntoIter

A by-value iterator for a BList

IntoTrav
Iter

A by-ref iterator for a BList

IterMut

A by-mut-ref iterator for a BList

Trav
TravMut