Handbook
Glossary
break-group? ( seq -- ? )
Vocabulary
prettyprint
.
sections
Inputs
seq
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
prettyprint.sections
:
break-group?
( seq -- ? )
{
[
first
section-fits?
]
[
last
section-fits?
not
]
}
1&&
;