package zed

  1. Overview
  2. Docs
exception Out_of_bounds
type t
val length : t -> int
val count : t -> int
val of_rope : Zed_rope.t -> t
val empty : t
val line_index : t -> int -> int
val line_start : t -> int -> int
val append : t -> t -> t
val insert : t -> int -> t -> t
val remove : t -> int -> int -> t
val replace : t -> int -> int -> t -> t
OCaml

Innovation. Community. Security.