Module type SharedDefs.Buffer
Abstract representation of buffers
val empty : bytesval size_uint32 : bytes -> Unsigned.uint32val ctypes_buf : bytes -> bufval size : bytes -> intval equal : bytes -> bytes -> boolval make : int -> bytesval disjoint : bytes -> bytes -> boolval sub : bytes -> int -> int -> bytesval z_compare : bytes -> Z.t -> int