package core_kernel

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.14.1.tar.gz
sha256=1d91a0d58e9a98809eb3bc888ae716e786c68ad5d07a874c37d9c1ef9fd24438
md5=77b25affd5155128ca757d38e496d89f

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

Module Iobuf.Blit

Blit copies between iobufs and advances neither src nor dst.

Blit.S1_permissions defines the type parameters in reverse order!

include Core_kernel.Blit.S1_permissions with type ('seek, 'rw) t := ('rw, 'seek) t
val sub : ([> Core_kernel.read ], _) t -> pos:int -> len:int -> (_, _) t

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

val subo : ?pos:int -> ?len:int -> ([> Core_kernel.read ], _) t -> (_, _) t
val blit_maximal : src:([> Core_kernel.read ], _) t -> ?src_pos:int -> dst:([> Core_kernel.write ], _) t -> ?dst_pos:int -> unit -> int

Copies as much as possible (returning the number of bytes copied) without running out of either buffer's window.

OCaml

Innovation. Community. Security.