Detaches the node by updating the next reference of the previous node.
next
After detachment, the node's next pointer is set to null.
null
The type of the node.
The node instance to be detached.
The previous node, or null if the node has no previous connection.
Detaches the node by updating the
next
reference of the previous node.After detachment, the node's
next
pointer is set tonull
.