Handbook
Glossary
map-prior-from ( ... i seq quot: ( ... prior elt -- elt' ) -- seq' )
Vocabulary
sequences
.
extras
Inputs
i
an
object
seq
an
object
quot
a
quotation
with stack effect
( ... prior elt -- elt' )
Outputs
seq'
an
object
Definition
USING:
kernel
;
IN:
sequences.extras
:
map-prior-from
( ... i seq quot: ( ... prior elt -- elt' ) -- seq' )
over
map-prior-from-as
;
inline