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.
node
self: *Self,
node: *Node,