Module pointers

Source
Expand description

Module providing access to the pointers of the linked list nodes.

Traits§

DoublyPointer
A node pointer in a doubly linked list.
SinglyPointer
A node pointer in a Singly linked list.

Type Aliases§

DoublyPtr
A node pointer in a doubly linked list.
SinglyPtr
A node pointer in a Singly linked list.