Next: vectors search, Previous: vectors pad, Up: vectors [Index]
Return the length of the longest common prefix of the two subvectors. This is equivalent to the mismatch index for the vectors (modulo the start index offsets).
Return the length of the longest common suffix of the two subvectors.
Return #t
if the selected subvector of vec1 is a prefix of
the selected subvector of vec2, otherwise return #f
. Notice
that the empty vector is a prefix of every vector.
Return #t
if the selected subvector of vec1 is a suffix of
the selected subvector of vec2, otherwise return #f
. Notice
that the empty vector is not a suffix of every vector.