chickadee » slib-wt-tree » singleton-wt-tree

singleton-wt-tree tree-type key valueprocedure

Reterns a new weight-balanced tree with type tree-type and containing the single association (key, value).

Example:

(singleton-wt-tree number-wt-type 1 2) ; -> wt-tree