?head-slice ( seq begin -- newseq ? )
Factor handbook » The language » Collections » Sequence operations » Splitting sequences

Prev:?head ( seq begin -- newseq ? )
Next:?tail ( seq end -- newseq ? )


Vocabulary
splitting

Inputs
seqa sequence
begina sequence


Outputs
newseqa slice
?a boolean


Word description
Like ?head, except the resulting sequence is a slice.

Definition