Up

Module To_bigstring : Iobuf_intf.Consuming_blit with type src := src with type dst := Core_kernel.Std.Bigstring.t

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