package core_kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.15.0.tar.gz
sha256=34a0288f16027c6b90e4ad16cb5cc677d7063d310faf918748ce70f1745116c0

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

Module Iobuf.Blit_consumeSource

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

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

Innovation. Community. Security.