fn getMin(self: Self) ?*Node
Returns the smallest Node by key in the treap if there is one. Use getEntryForExisting() to replace/remove this Node from the treap.
getEntryForExisting()
self: Self,