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