Handbook
Glossary
class-partition>sequence ( class-partition -- seq )
Vocabulary
regexp
.
classes
Inputs
class-partition
an
object
Outputs
seq
an
object
Definition
USING:
accessors
combinators.smart
sequences
;
IN:
regexp.classes
:
class-partition>sequence
( class-partition -- seq )
{
[
integers>>
]
[
not-integers>>
]
[
simples>>
]
[
not-simples>>
]
[
and>>
]
[
or>>
]
[
other>>
]
}
cleave>array
concat
;