Next: bytevectors 8 search, Previous: bytevectors 8 pad, Up: bytevectors 8 [Index]
Return the length of the longest common prefix of the two subvectors. This is equivalent to the “mismatch index” for the bytevectors (modulo the start index offsets).
Return the length of the longest common suffix of the two subvectors.
Return #t
if the subvector B1 is a prefix of the subvector
B2, otherwise return #f
. Notice that the empty bytevector
is a prefix of every bytevector.
Return #t
if the subvector B1 is a suffix of the subvector
B2, otherwise return #f
. Notice that the empty bytevector
is not a suffix of every bytevector.
Next: bytevectors 8 search, Previous: bytevectors 8 pad, Up: bytevectors 8 [Index]