Sourceval equal : bytes -> bytes -> bool
Sourceval compare_be : bytes -> bytes -> int
Sourceval compare_be_with_len : len:int -> bytes -> bytes -> int
Sourceval compare_le : bytes -> bytes -> int
Sourceval compare_le_with_len : len:int -> bytes -> bytes -> int
Sourceval find_uint8 : ?off:int -> f:(int -> bool) -> bytes -> int
Sourceval exists_uint8 : ?off:int -> f:(int -> bool) -> bytes -> bool