Handbook
Glossary
<reversed> ( seq -- reversed )
Factor handbook
»
The language
»
Collections
»
Sequence operations
»
Reshaping sequences
Prev:
reversed
Next:
flip ( matrix -- newmatrix )
Vocabulary
sequences
Inputs
seq
a
sequence
Outputs
reversed
a new sequence
Word description
Creates an instance of the
reversed
class.
See also
Virtual sequences
See also
reverse
,
reverse!
Definition
USING:
kernel
;
IN:
sequences
:
<reversed>
( seq -- reversed )
\
reversed
boa
;
inline