SinglyIdx

Type Alias SinglyIdx 

Source
pub type SinglyIdx<T> = NodeIdx<Singly<T>>;
Expand description

An index to an element on a singly linked list which allows safe and constant time access.

Aliased Typeยง

pub struct SinglyIdx<T> { /* private fields */ }