package mrmime

  1. Overview
  2. Docs
Mr. MIME

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-v0.3.1.tbz
sha256=6c0c054c05af7218080c3c59e08096a62e23afd15d63fe89fb683f29f330bf32
sha512=2ce67aff35d680f38af1c78efa58454b12a20c985bd248bc975e9e259a14f8a2ab04287ace88d46bc95a2b245c040deba9d4fb058ea2b103c0724467dda15414

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.