Crate xor_list[][src]

This crate implements an xor doubly-linked list i.e. the previous and next pointers are xored together in the lists nodes. Otherwise this implementation is mostly analogous to alloc::collections::LinkedList

Structs

LinkedList