Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
filter-prefix ( seq prefix -- seq )
Vocabulary
fuel.xref.private
Definition
USING:
kernel
sequences
sets
;
IN:
fuel.xref.private
:
filter-prefix
( seq prefix -- seq )
[
drop-prefix
nip
length
0
=
]
curry
filter
members
;