val get : t -> int -> CamomileLibrary.UChar.tval init : int -> (int -> CamomileLibrary.UChar.t) -> tval length : t -> intval look : t -> index -> CamomileLibrary.UChar.tval iter : (CamomileLibrary.UChar.t -> unit) -> t -> unitmodule Buf : sig ... endtype ur_text = textThe type of original texts.
type ur_index = indexThe type of indexes of original texts.
refer t i j returns the part of t from i until j. The character pointed by j is not included in the result. If j is equal to i or located before j, the result is an empty string.
context t returns the tuple (s, i, j) such that t = refer s i j.