orx_linked_list

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ยง

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