Handbook
Glossary
reject-map-as ( ... seq filter-quot: ( ... elt -- ... ? ) map-quot: ( obj -- obj' ) exemplar -- ... newseq )
Vocabulary
sequences
.
extras
Inputs
seq
an
object
filter-quot
a
quotation
with stack effect
( ... elt -- ... ? )
map-quot
a
quotation
with stack effect
( obj -- obj' )
exemplar
an
object
Outputs
newseq
an
object
Definition
USING:
kernel
;
IN:
sequences.extras
:
reject-map-as
( ... seq filter-quot: ( ... elt -- ... ? ) map-quot: ( obj -- obj' ) exemplar -- ... newseq )
[
[
not
]
compose
]
2dip
filter-map-as
;
inline