shortest ( seqs -- elt )
Factor handbook » The language » Collections » Sequence operations » Sequence combinators

Prev:longer? ( seq1 seq2 -- ? )
Next:longest ( seqs -- elt )


Vocabulary
sequences

Inputs
seqsa sequence


Outputs
eltan object


Word description
Outputs the shortest sequence from seqs.

See also
longest

Definition