Method Array.diff_longest_sequence()
- Method diff_longest_sequence
array
(int
) diff_longest_sequence(array
a
,array
b
)- Description
Gives the longest sequence of indices in
b
that have corresponding values in the same order ina
.- See also
array
(int
) diff_longest_sequence(array
a
, array
b
)
Gives the longest sequence of indices in b
that have corresponding
values in the same order in a
.