Handbook
Glossary
4th-from-tail ( seq -- el )
Vocabulary
crypto
.
aes
.
utils
Inputs
seq
an
object
Outputs
el
an
object
Definition
USING:
kernel
math
sequences
;
IN:
crypto.aes.utils
:
4th-from-tail
( seq -- el )
[
length
4
-
]
keep
nth
;