Handbook
Glossary
set-last ( elt seq -- )
Vocabulary
sequences
Inputs
elt
an
object
seq
an
object
Outputs
None
Definition
USING:
kernel
math
sequences.private
;
IN:
sequences
:
set-last
( elt seq -- )
index-of-last
over
0
<
[
bounds-error
]
[
set-nth-unsafe
]
if
;
inline