Handbook
Glossary
second-last-unsafe ( seq -- second-last )
Vocabulary
json
.
private
Inputs
seq
an
object
Outputs
second-last
an
object
Definition
USING:
kernel
math
sequences
sequences.private
;
IN:
json.private
:
second-last-unsafe
( seq -- second-last )
[
length
2
-
]
[
nth-unsafe
]
bi
;
inline