fn getEntryFor(self: *Self, key: Key) Entry

Lookup the Entry for the given key in the treap. The Entry act’s as a slot in the treap to insert/replace/remove the node associated with the key.

Parameters

self: *Self,
key: Key,