type 'seek src = (Core_kernel.read, 'seek) tSimilar to
Consume.To_*, but do not advance the buffer.
module To_bytes : Core_kernel.Blit.S1_distinct with type 'seek src := 'seek src with type _ dst := Core_kernel.Bytes.tmodule To_bigstring : Core_kernel.Blit.S1_distinct with type 'seek src := 'seek src with type _ dst := Core_kernel.Bigstring.tmodule To_string : sig ... endval index : ([> Core_kernel.read ], _) t -> ?pos:int -> ?len:int -> char -> int option
type ('a, 'd, 'w) t = ('d, 'w) t -> pos:int -> 'a
val char : (char, 'd, 'w) tval int64_t_be : (Core_kernel.Int64.t, 'd, 'w) tval int64_t_le : (Core_kernel.Int64.t, 'd, 'w) tval head_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) tval tail_padded_fixed_string : padding:char -> len:int -> (string, 'd, 'w) tval string : str_pos:int -> len:int -> (string, 'd, 'w) tval bytes : str_pos:int -> len:int -> (Core_kernel.Bytes.t, 'd, 'w) tval bigstring : str_pos:int -> len:int -> (Core_kernel.Bigstring.t, 'd, 'w) tval stringo : ?str_pos:int -> ?len:int -> (string, 'd, 'w) tval byteso : ?str_pos:int -> ?len:int -> (Core_kernel.Bytes.t, 'd, 'w) tval bigstringo : ?str_pos:int -> ?len:int -> (Core_kernel.Bigstring.t, 'd, 'w) tval bin_prot : 'a Bin_prot.Type_class.reader -> ('a, 'd, 'w) t
val int8 : (int, 'd, 'w) tval int16_be : (int, 'd, 'w) tval int16_le : (int, 'd, 'w) tval int32_be : (int, 'd, 'w) tval int32_le : (int, 'd, 'w) tval int64_be_exn : (int, 'd, 'w) tval int64_le_exn : (int, 'd, 'w) tval int64_be_trunc : (int, 'd, 'w) tval int64_le_trunc : (int, 'd, 'w) tval uint8 : (int, 'd, 'w) tval uint16_be : (int, 'd, 'w) tval uint16_le : (int, 'd, 'w) tval uint32_be : (int, 'd, 'w) tval uint32_le : (int, 'd, 'w) tval uint64_be_exn : (int, 'd, 'w) tval uint64_le_exn : (int, 'd, 'w) t