package diffast-core

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

Module Misc.Tbl1

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