package prettym

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.