Clamps Dictionary
remove-all-triggers
Function
(remove-all-triggers ref &key (unless (lambda (elem) elem nil)))
Remove all trigger-fns of ref which don't match the unless predicate.
Arguments
ref |
A bang-object. |
unless |
Predicate called on all trigger-fns to determine which functions to keep. |
See also
Created: 2025-06-08 So 16:56