package mrmime

  1. Overview
  2. Docs
Mr. MIME

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-v0.2.0.tbz
sha256=f436ab329b78cb0d9a01d2e2b06f25f22c8bed8b0ea960824468089fcd9ff138
sha512=dc31a202ad2f3269e070722498d156cbc3b8ce621bbb2cc06dc554a23dffef2f1a2b05ef9ec870a91433142d8f7972f65cbf21a0f6ac415c4b32b77b97cfa185

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.