package diffast-core

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

Module Misc.Tbl2

type ('a, 'b, 'c) t = ('a, ('b, 'c) Hashtbl.t) Hashtbl.t
val create : unit -> ('a, 'b, 'c) t
val find : ('a, ('b, 'c) Hashtbl.t) Hashtbl.t -> 'a -> 'b -> 'c
val add : ('a, ('b, 'c) Hashtbl.t) Hashtbl.t -> 'a -> 'b -> 'c -> unit
val clear : ('a, ('b, 'c) Hashtbl.t) Hashtbl.t -> unit
val length : ('a, ('b, 'c) Hashtbl.t) Hashtbl.t -> int