Handbook
Glossary
create-pair ( ind seq -- array )
Vocabulary
compression
.
gzip
.
private
Inputs
ind
an
object
seq
an
object
Outputs
array
an
object
Definition
USING:
arrays
kernel
math
sequences
;
IN:
compression.gzip.private
::
create-pair
( ind seq -- array )
ind seq
longest-prefix
:>
( start end ) end ind
-
:>
n n 3
<
[
ind seq
nth
]
[
n ind start
-
2array
]
if
;