Handbook
Glossary
new-growable-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
USING:
kernel
sequences
;
IN:
cursors
:
new-growable-cursor
( begin end exemplar -- cursor result )
[
swap
cursor-distance-hint
]
dip
new-resizable
[
<pusher-cursor>
]
keep
;
inline