Handbook
Glossary
cursor<= ( cursor cursor -- ? )
Vocabulary
cursors
Inputs
cursor
an
object
cursor
an
object
Outputs
?
an
object
Definition
IN:
cursors
GENERIC:
cursor<=
( cursor cursor -- ? )
Methods
USING:
cursors
;
M:
cursor
cursor<=
cursor=
;
inline
USING:
accessors
cursors
kernel
math
;
M:
numeric-cursor
cursor<=
[
value>>
]
bi@
<=
;
inline
USING:
combinators.short-circuit
cursors
;
M:
random-access-cursor
cursor<=
{
[
cursor=
]
[
cursor<
]
}
2||
;
inline
USING:
accessors
cursors
kernel
math
;
M:
sequence-cursor
cursor<=
[
n>>
]
bi@
<=
;
inline