= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && 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
type 'a t = {
mutable table : 'a CoreAndMore__.My_hash_cons.HashConsContainer.hash_consed Weak.t array;
mutable totsize : int;
mutable limit : int;
}
val create : int -> 'a t
val clear : 'a t -> unit
val fold :
('a CoreAndMore__.My_hash_cons.HashConsContainer.hash_consed -> 'b -> 'c) ->
'a t ->
'd ->
'e
val iter :
('a CoreAndMore__.My_hash_cons.HashConsContainer.hash_consed -> 'b) ->
'a t ->
unit
val count : 'a t -> int
val resize : 'a t -> unit
val add :
'a t ->
'b CoreAndMore__.My_hash_cons.HashConsContainer.hash_consed ->
unit
val hashcons :
('a -> int) ->
('b -> 'c -> int) ->
'd t ->
'e ->
'f CoreAndMore__.My_hash_cons.HashConsContainer.hash_consed
val stats : 'a t -> int * int * int * int * int * int