fn set(self: *Entry, new_node: ?*Node) void

Update’s the Node at this Entry in the treap with the new node.

Parameters

self: *Entry,
new_node: ?*Node,