Implement ldict-empty? predicate.

This commit is contained in:
Dominik Pantůček 2023-04-09 19:26:52 +02:00
parent 6d3d7079cf
commit 920fab2b83
2 changed files with 17 additions and 0 deletions

View file

@ -49,6 +49,12 @@ populating it with initial data.
If only one argument is given, the procedure checks whether it is a
list of equality procedure and acts accordingly.
(ldict-empty? d)
* ```d``` - a ldict instance
Returns true if given dictionary contains no keys.
### IO
(import util-io)