package pacomb

  1. Overview
  2. Docs

Module Input.TblSource

Table to associate value to positions in input buffers. The complexity of access in the table is O(ln(N)) where N is the number of tables.

Sourcetype 'a t
Sourceval create : unit -> 'a t
Sourceval add : 'a t -> buffer -> idx -> 'a -> unit
Sourceval find : 'a t -> buffer -> idx -> 'a
Sourceval clear : 'a t -> unit
Sourceval iter : 'a t -> ('a -> unit) -> unit
OCaml

Innovation. Community. Security.