Next: bytevectors 8 filter, Previous: bytevectors 8 prefix, Up: bytevectors 8 [Index]
Search through the bytevector from the left or right, returning the index of the first occurrence of a byte which matches the criterion:
If no match is found: return #f
.
Search through the bytevector from the left or right, returning the index of the first occurrence of a byte which does not match the criterion:
If no match is found: Return #f
.
Return a count of the number of bytes in bv that satisfy the criterion argument:
Return true if the subvector B1 contains the subvector B2,
else return #f
. The return value is the index in the bytevector,
not in the subvector.
Next: bytevectors 8 filter, Previous: bytevectors 8 prefix, Up: bytevectors 8 [Index]