Up
Module
Blit_fill
Blit_fill
copies between iobufs and advances
dst
but does not advance
src
.
Signature
val
blit : src:([>
|
Core_kernel.Std.read
],
no_seek
)
t
-> src_pos:int -> dst:([>
|
Core_kernel.Std.write
],
seek
)
t
-> len:int -> unit
val
blito : src:([>
|
Core_kernel.Std.read
],
no_seek
)
t
-> ?src_pos:int -> ?src_len:int -> dst:([>
|
Core_kernel.Std.write
],
seek
)
t
-> unit -> unit
val
unsafe_blit : src:([>
|
Core_kernel.Std.read
],
no_seek
)
t
-> src_pos:int -> dst:([>
|
Core_kernel.Std.write
],
seek
)
t
-> len:int -> unit