package mrmime

  1. Overview
  2. Docs
Mr. MIME

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-v0.3.0.tbz
sha256=d6dee0f8f5b2c49aaf283e8991686a2f902845bcbe84c50973636cbf8e818046
sha512=11308d7c974be265bba86ca7b54d2955dcc8fe1fd6a6fb593ecd502817692406ff5a57b0b4fa0b57ea00f53478d2981b22823149f7d6d2043a85d18af20087ad

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.