Up

Module Blit_consume_and_fill

Blit_consume_and_fill copies between iobufs and advances both src and dst.

Signature

val blit : src:([> ], seek) t -> dst:([> ], seek) t -> len:int -> unit
val blito : src:([> ], seek) t -> ?src_len:int -> dst:([> ], seek) t -> unit -> unit
val unsafe_blit : src:([> ], seek) t -> dst:([> ], seek) t -> len:int -> unit