Handbook
Glossary
nth-end-unsafe ( n seq -- elt )
Vocabulary
math
.
matrices
.
private
Inputs
n
an
object
seq
an
object
Outputs
elt
an
object
Definition
USING:
kernel
sequences.private
;
IN:
math.matrices.private
:
nth-end-unsafe
( n seq -- elt )
[
(nth-from-tail)
]
keep
nth-unsafe
;
inline
flushable