Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
cut3 ( sequence pred -- first mid last )
Vocabulary
sorting.human
Definition
USING:
kernel
;
IN:
sorting.human
:
cut3
( sequence pred -- first mid last )
[
cut-find
]
keep
[
not
]
compose
cut-find
;
inline