Implement ldict-empty? predicate.
This commit is contained in:
parent
6d3d7079cf
commit
920fab2b83
2 changed files with 17 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue