Iostream_types.Slice
type t = {
bytes : bytes;
Bytes
mutable off : int;
Offset in bytes
mutable len : int;
Length of the slice. Empty slice has len=0
len=0
}