reversed
Factor handbook » The language » Collections » Sequence operations » Reshaping sequences

Prev:reverse ( seq -- newseq )
Next:<reversed> ( seq -- reversed )


Vocabulary
sequences

Class description
A virtual sequence which presents a reversed view of an underlying sequence. New instances can be created by calling <reversed>.

Definition


Methods