Handbook
Glossary
assoc-differ ( key -- quot )
Vocabulary
assocs
Inputs
key
an
object
Outputs
quot
an
object
Definition
USING:
kernel
;
IN:
assocs
:
assoc-differ
( key -- quot )
[
nip
key?
not
]
curry
;
inline