- dict-delete-all! dto dict keylistprocedure
The same as dict-delete!, except that the keys to be deleted are in the list keylist.
(dict-delete-all! dto dict '(1 3)) ⇒ ((5 . 6))
The same as dict-delete!, except that the keys to be deleted are in the list keylist.
(dict-delete-all! dto dict '(1 3)) ⇒ ((5 . 6))