Handbook
Glossary
nth-pair ( seq n -- nth next )
Vocabulary
project-euler
.
common
Inputs
seq
an
object
n
an
object
Outputs
nth
an
object
next
an
object
Definition
USING:
sequences
;
IN:
project-euler.common
:
nth-pair
( seq n -- nth next )
tail-slice
first2
;