Handbook
Glossary
aligned-slices ( seq -- head tail )
Vocabulary
tools
.
wc
.
private
Inputs
seq
an
object
Outputs
head
an
object
tail
an
object
Definition
USING:
kernel
math.bitwise
sequences
;
IN:
tools.wc.private
:
aligned-slices
( seq -- head tail )
dup
length
15
unmask
cut-slice
;
inline