Up

Module To_string : Iobuf_intf.Consuming_blit with type src := src with type dst := string

Signature

type src
type dst
val unsafe_blit : (src, dst) Iobuf_intf.consuming_blit
val subo : ?len:int -> src -> dst

subo defaults to using Iobuf.length src

val sub : src -> len:int -> dst