Module description

scn -- Single Linked Cell Node
The scn module implements a node in the single linked list scl.

Node structure

scn% ( -- n )
Get the required space for a scn node

Node creation, initialisation and destruction

scn-init ( x scn -- )
Initialise the node with cell data x
scn-new ( x -- scn )
Create a new node on the heap with cell data x
scn-free ( scn -- )
Free the node from the heap

Members words

scn-cell@ ( scn -- x )
Get the cell data x from the node
scn-cell! ( x scn -- )
Set the cell data x in the node

Inspection

scn-dump ( scn -- )
Dump the node

Generated by fsdocgen 0.1.0