Vocabularysplitting.
monotonicInputsOutputspieces | a sequence of slices |
Word descriptionMonotonically splits a sequence into slices.
ExamplesUSING: splitting.monotonic math prettyprint ;
{ 1 2 3 2 3 4 } [ < ] monotonic-split-slice .
{
T{ slice { to 3 } { seq { 1 2 3 2 3 4 } } }
T{ slice { from 3 } { to 6 } { seq { 1 2 3 2 3 4 } } }
}
See alsomonotonic-splitDefinition