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