Module orx_linked_list::pointers

source ·
Expand description

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

Traits§

Type Aliases§

  • A node pointer in a doubly linked list.
  • A node pointer in a Singly linked list.