package extlib-compat

  1. Overview
  2. Docs
type t = string
exception Malformed_code
val validate : t -> unit
val get : t -> int -> UChar.uchar
val init : int -> (int -> UChar.uchar) -> t
val length : t -> int
type index = int
val nth : t -> int -> index
val last : t -> index
val look : t -> index -> UChar.uchar
val substring : t -> int -> int -> t
val out_of_range : t -> index -> bool
val compare_index : t -> index -> index -> int
val next : t -> index -> index
val prev : t -> index -> index
val move : t -> index -> int -> index
val iter : (UChar.uchar -> unit) -> t -> unit
val compare : t -> t -> int
module Buf : sig ... end