Module Iobuf.Blit

Blit copies between iobufs and advances neither src nor dst.

type 'rw t_no_seek = ('rwno_seek) t
val sub : ([> Core__.Import.read ], no_seek) t -> pos:int -> len:int -> (__) t

Override types of sub and subo to allow return type to have seek as needed.

val subo : ?⁠pos:int -> ?⁠len:int -> ([> Core__.Import.read ], no_seek) t -> (__) t