package js_of_ocaml-compiler

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

Module Var.TblSource

Sourcetype key = t
Sourcemodule DataSet : sig ... end
Sourcetype 'a t
Sourcetype size = unit
Sourceval get : 'a t -> key -> 'a
Sourceval set : 'a t -> key -> 'a -> unit
Sourceval make : size -> 'a -> 'a t
Sourceval make_set : size -> 'a DataSet.t t
Sourceval add_set : 'a DataSet.t t -> key -> 'a -> unit
Sourceval iter : (key -> 'a -> unit) -> 'a t -> unit
OCaml

Innovation. Community. Security.