package core_kernel

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.16.0.tar.gz
sha256=e37370bad978cfb71fdaf2b1a25ab1506b98ef0b91e0dbd189ffd9d853245ce2

doc/core_kernel.iobuf/Iobuf/Blit_fill/index.html

Module Iobuf.Blit_fillSource

Blit_fill copies between iobufs and advances dst but does not advance src.

Sourceval blit : src:([> Core.read ], _) t -> src_pos:int -> dst:([> Core.write ], seek) t -> len:int -> unit
Sourceval blito : src:([> Core.read ], _) t -> ?src_pos:int -> ?src_len:int -> dst:([> Core.write ], seek) t -> unit -> unit
Sourceval unsafe_blit : src:([> Core.read ], _) t -> src_pos:int -> dst:([> Core.write ], seek) t -> len:int -> unit
Sourceval blit_maximal : src:([> Core.read ], _) t -> ?src_pos:int -> dst:([> Core.write ], seek) t -> unit -> int
OCaml

Innovation. Community. Security.