API Reference — PolyNode — functions
New to the concepts? See Building Blocks — PolyNode first.
reset
- Clears intrusive link pointers (
prev,nextto null). Intrusive means the list pointers live inside your struct, not in a separate list node.
is_linked
- Returns true if node is currently linked into a list.
One place, one state — read-only ops
These operations never move a handle:
- tag checks
- typed casts
@fieldParentPtrrecovery
Read-only inspections of an existing node.