Handbook
Glossary
filter-errors ( ... seq quot: ( ... elt -- ... ? ) -- ... subseq )
Vocabulary
sequences
.
extras
Inputs
seq
an
object
quot
a
quotation
with stack effect
( ... elt -- ... ? )
Outputs
subseq
an
object
Definition
USING:
kernel
;
IN:
sequences.extras
:
filter-errors
( ... seq quot: ( ... elt -- ... ? ) -- ... subseq )
over
filter-errors-as
;
inline