- wt-tree/lookup tree key defaultprocedure
Returns the value associated with key in tree, or default (which can be any Scheme value) if there is no such association. (O(log n))
Returns the value associated with key in tree, or default (which can be any Scheme value) if there is no such association. (O(log n))