Module description
- nnn -- Generic n-Tree Node
-
The nnn module implements a generic node in a n-tree nnt.
Node structure
- nnn% ( -- n )
- Get the required space for a nnn node
Node creation, initialisation and destruction
- nnn-init ( nnn -- )
- Initialise the node
- nnn-new ( -- nnn )
- Create a new node on the heap
- nnn-free ( nnn -- )
- Free the node from the heap
Members words
- nnn-parent@ ( nnn1 -- nnn2 )
- Get from node nnn1 the parent node
- nnn-parent! ( nnn1 nnn2 -- )
- Set for node nnn2 the parent to nnn1
Inspection
- nnn-dump ( nnn -- )
- Dump the node
Generated by fsdocgen 0.1.0