Handbook
Glossary
trim-self ( seq -- newseq )
Vocabulary
lint
.
private
Inputs
seq
an
object
Outputs
newseq
an
object
Definition
USING:
assocs
sequences
;
IN:
lint.private
:
trim-self
( seq -- newseq )
[
[
(trim-self)
]
filter
]
assoc-map
;