package mrmime

  1. Overview
  2. Docs
Mr. MIME

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-v0.3.2.tbz
sha256=0fe37cf06ef25a0a0fef7e485b836188824528d1425743cc5c479bc281262b31
sha512=f15bf2cee0998c162886a512a680a415529db39dbdea241c910c1fae7cad5c1bb94afe13ee247ac52149349f08dc922d4d4f37920fe54a0a0e6d0ab40ee2170e

doc/mrmime.prettym/Prettym/IOVec/index.html

Module Prettym.IOVecSource

Sourcetype t = {
  1. buffer : Prettym__.Enclosure.Buffer.t;
  2. off : int;
  3. len : int;
}

Type of IOVec.

Sourceval weight : t -> int

Weight of t.

Sourceval length : t -> int

Length (in bytes) of t.

Sourceval lengthv : t list -> int

Length (in bytes) of a list of t.

Sourceval shift : t -> int -> t

shift t n shifts n bytes on t.

Sourceval split : t -> int -> t * t

split t off splits t at off point.

Sourceval merge : t -> t -> t option

merge a b tries to merge a and b into a new t.

OCaml

Innovation. Community. Security.