Handbook
Glossary
numeric-cursor
Vocabulary
cursors
Definition
IN:
cursors
TUPLE:
numeric-cursor
{
value
read-only
}
;
Methods
USING:
accessors
cursors
kernel
;
M:
numeric-cursor
cursor-key-value
value>>
dup
;
inline
USING:
cursors
kernel
;
M:
numeric-cursor
cursor-valid?
drop
t
;
inline
USING:
accessors
cursors
kernel
math
;
M:
numeric-cursor
cursor<
[
value>>
]
bi@
<
;
inline
USING:
accessors
cursors
kernel
math
;
M:
numeric-cursor
cursor<=
[
value>>
]
bi@
<=
;
inline
USING:
accessors
cursors
kernel
;
M:
numeric-cursor
cursor=
[
value>>
]
bi@
=
;
inline
USING:
accessors
cursors
kernel
math
;
M:
numeric-cursor
cursor>
[
value>>
]
bi@
>
;
inline
USING:
accessors
cursors
kernel
math
;
M:
numeric-cursor
cursor>=
[
value>>
]
bi@
>=
;
inline