Handbook
Glossary
lcs-initialize ( |str1| |str2| -- matrix )
Vocabulary
lcs
.
private
Inputs
|str1|
an
object
|str2|
an
object
Outputs
matrix
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
lcs.private
:
lcs-initialize
( |str1| |str2| -- matrix )
<iota>
[
drop
0
<array>
]
with
map
;