Handbook
Glossary
old-nth ( state -- elt )
Vocabulary
lcs
.
private
Inputs
state
an
object
Outputs
elt
an
object
Definition
USING:
accessors
kernel
math
sequences.private
;
IN:
lcs.private
:
old-nth
( state -- elt )
[
i>>
1
-
]
[
old>>
]
bi
nth-unsafe
;