fn insertAfter(node: *Node, new_node: *Node) void

Insert a new node after the current one.

Arguments: new_node: Pointer to the new node to insert.

Parameters

node: *Node,
new_node: *Node,