Start implementing symbol ldict.
This commit is contained in:
parent
0bcc49f99e
commit
33fadab5e7
3 changed files with 66 additions and 0 deletions
|
@ -554,6 +554,14 @@ Converts list of pairs into BST dictionary.
|
|||
|
||||
Functional update with optional default value (defaults to #f).
|
||||
|
||||
### bst-filter [procedure]
|
||||
|
||||
(bst-filter bst
|
||||
pred?)
|
||||
|
||||
Returns a BST with only KV pairs matching the predicate which must
|
||||
accept two arguments.
|
||||
|
||||
## util-bst-bdict [module]
|
||||
|
||||
(import util-bst-bdict)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue