pub type DoublyIdx<T> = NodeIdx<Doubly<T>>;
An index to an element on a doubly linked list which allows safe and constant time access.
struct DoublyIdx<T> { /* private fields */ }