fn unget(self: *Self, node: *Node) void

Prepends node to the front of the queue. The lifetime of node must be longer than the lifetime of the queue.

Parameters

self: *Self,
node: *Node,