core-and-more
Includes core, and some more useful extensions
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package core-and-more
-
core-and-more
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library core-and-more
Parameters
module D : sig ... end
Signature
module D : sig ... end
type key = D.t
type 'a t = ( key, 'a ) Core.Hashtbl.t
val create : int -> ( D.t, 'a ) Core.Hashtbl.t
val empty : 'a -> ( D.t, 'b ) Core.Hashtbl.t
val size : 'a t -> int
val is_empty : 'a t -> bool
val pp :
( Format.formatter -> key -> unit ) ->
( Format.formatter -> 'a -> unit ) ->
Format.formatter ->
'a0 t ->
unit
ON THIS PAGE
No table of contents