Handbook
Glossary
?prefix-swap ( quot ? -- quot' )
Vocabulary
pair-methods
Inputs
quot
an
object
?
an
object
Outputs
quot'
an
object
Definition
USING:
kernel
sequences
;
IN:
pair-methods
:
?prefix-swap
( quot ? -- quot' )
[
\
swap
prefix
]
when
;