- wt-tree/add! tree key valueprocedure
Associates key with value in tree. If tree already has an association for key, then it is replaced. (O(log n))
Associates key with value in tree. If tree already has an association for key, then it is replaced. (O(log n))