Expand description
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
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