Queue/Definition: Difference between revisions

No edit summary
Line 1,233:
/* If the queue was non-empty, points the tail of the queue */
/* to the new node. */
tail = t; /* Point "tail" at the end of the queue. */
tail => link = bind(:node, null:);
end push;
 
Anonymous user