package zed

  1. Overview
  2. Docs
type t
val make_f : rope -> int -> t
val make_b : rope -> int -> t
val offset : t -> int
val next : t -> CamomileLibrary.UChar.t * t
val prev : t -> CamomileLibrary.UChar.t * t
val move : int -> t -> t
val at_bos : t -> bool
val at_eos : t -> bool
val find_f : (CamomileLibrary.UChar.t -> bool) -> t -> t
val find_b : (CamomileLibrary.UChar.t -> bool) -> t -> t
val sub : t -> int -> rope
val slice : t -> t -> rope
OCaml

Innovation. Community. Security.