package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Private.SubstringSource

Sourcetype t
Sourceval of_slice : string -> pos:int -> len:int -> t
Sourceval of_string : string -> t
Sourceval compare : t -> t -> int
Sourceval concat : t Lsp__.Array_view.t -> string
Sourceval take : t -> int -> t
Sourceval drop : t -> int -> t
Sourceval to_string : t -> string
Sourceval length : t -> int
Sourceval add_buffer : t -> Buffer.t -> unit
Sourceval split_at : t -> int -> t * t
Sourceval rsplit_at : t -> int -> t * t
Sourceval index_from : t -> pos:int -> char -> int option
Sourceval rindex : t -> char -> int option
Sourceval rindex_from : t -> pos:int -> char -> int option
Sourceval get_exn : t -> int -> char
Sourcetype move = {
  1. newlines : int;
  2. consumed : int;
}
Sourceval move_left : t -> pos:int -> len:int -> move
Sourceval move_right : t -> pos:int -> len:int -> move
Sourceval blit : t -> dst:bytes -> dst_pos:int -> unit
Sourcemodule Uutf : sig ... end
Sourcemodule Map : MoreLabels.Map.S with type key = t
OCaml

Innovation. Community. Security.