Handbook
Glossary
new-sequence-cursor ( begin end exemplar -- cursor result )
Vocabulary
cursors
Inputs
begin
an
object
end
an
object
exemplar
an
object
Outputs
cursor
an
object
result
an
object
Definition
IN:
cursors
GENERIC#:
new-sequence-cursor
1
( begin end exemplar -- cursor result )
Methods
USING:
cursors
;
M:
forward-cursor
new-sequence-cursor
new-growable-cursor
;
inline
USING:
cursors
kernel
sequences
;
M:
random-access-cursor
new-sequence-cursor
[
swap
cursor-distance
]
dip
new-sequence
[
begin-cursor
]
keep
;
inline