fn set(self: *Entry, new_node: ?*Node) void
Update’s the Node at this Entry in the treap with the new node.
self: *Entry,
new_node: ?*Node,