dastal - v5.0.0 / LinkedNode
A linked node interface.
Each node links to its next neighbor.
Name |
---|
T |
• Optional
next: LinkedNode<T>
A link to the node's neighbor.
• value: T
The value of the node.
dastal - v5.0.0 / LinkedNode
A linked node interface.
Each node links to its next neighbor.
Name |
---|
T |
• Optional
next: LinkedNode<T>
A link to the node's neighbor.
• value: T
The value of the node.