package lrgrep

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

Module IndexBuffer.GenSource

Sourcetype ('n, 'a) t
Sourcetype 'n reservation
Sourceval add : ('n, 'a) t -> 'a -> 'n Fix.Indexing.index
Sourceval reserve : ('n, 'a) t -> 'n reservation
Sourceval commit : ('n, 'a) t -> 'n reservation -> 'a -> unit
Sourceval get : ('n, 'a) t -> 'n Fix.Indexing.index -> 'a
Sourceval set : ('n, 'a) t -> 'n Fix.Indexing.index -> 'a -> unit
Sourceval freeze : ('n, 'a) t -> ('n, 'a) Fix.Indexing.vector
Sourceval freeze_map : ('n, 'a) t -> ('n Fix.Indexing.index -> 'a -> 'b) -> ('n, 'b) Fix.Indexing.vector
Sourcemodule Make () : sig ... end