package mrmime

  1. Overview
  2. Docs
type t =
  1. | Bigstring of Bigstringaf.t
  2. | String of string
  3. | Bytes of bytes
val weight : t -> int

Weight of t.

val sub : t -> int -> int -> t

sub t off len does a sub operation of t of len bytes starting at off.