Document the dictionary module.

This commit is contained in:
Dominik Pantůček 2023-03-20 21:51:42 +01:00
parent bb118c0fbe
commit b0dc7d478e
2 changed files with 91 additions and 2 deletions

View file

@ -29,8 +29,10 @@
dictionary
(
make-dict
dict-has-key? dict-ref
dict-remove dict-set
dict-has-key?
dict-ref
dict-remove
dict-set
dict-keys
dict-map
dict-filter