= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = (string, string) Hashtbl.t
val create : int -> ('a, 'b) Hashtbl.t
val mem : (string, 'a) Hashtbl.t -> string -> bool
val add : (string, string) Hashtbl.t -> string -> unit
val addlst : (string, string) Hashtbl.t -> string list -> unit
val remove : (string, 'a) Hashtbl.t -> string -> unit
val iter : ('a -> unit) -> ('b, 'c) Hashtbl.t -> unit
val tolst : ('a, 'b) Hashtbl.t -> 'c list