Function: ht-delete-if
ht-delete-if is a function alias for ht-reject!, defined in ht.el.
Signature
(ht-delete-if FUNCTION TABLE)
Documentation
Delete entries from TABLE for which FUNCTION returns non-nil.
FUNCTION is called with two arguments, KEY and VALUE.