Module cursor

Module cursor 

Source
Expand description

Shared atomic cursors for coordinated traversal.

Structsยง

Cursor
Shared iteration cursor backed by a Node<T>. This is the ergonomic entry point when you need to walk or coordinate around Node<T> values. For other pointer types, see the generic Cursor.