downward-slices ( seq -- slices )
Splitting trending sequences

Prev:monotonic-split-slice ( seq quot: ( obj1 obj2 -- ? ) -- pieces )
Next:stable-slices ( seq -- slices )


Vocabulary
splitting.monotonic

Inputs
seqa sequence


Outputs
slicesa sequence of downward-slices


Word description
Returns an array of monotonically decreasing slices of type downward-slice. Slices of one element are discarded.

Definition