Finish bdict conversion.

This commit is contained in:
Dominik Pantůček 2023-07-07 11:10:45 +02:00
parent 2079fb8ef3
commit 0bcc49f99e
4 changed files with 13 additions and 4 deletions

View file

@ -553,3 +553,9 @@ Converts list of pairs into BST dictionary.
(v #f))
Functional update with optional default value (defaults to #f).
## util-bst-bdict [module]
(import util-bst-bdict)
Reimplementation of old number-only BST dictionary.