Module Ocaml_in_python_api.IntHashtblSource
Sourceval create : ?random:bool -> int -> 'a t Sourceval iter : (key -> 'a -> unit) -> 'a t -> unit Sourceval filter_map_inplace : (key -> 'a -> 'a option) -> 'a t -> unit Sourceval fold : (key -> 'a -> 'b -> 'b) -> 'a t -> 'b -> 'b Sourceval stats : 'a t -> Stdlib__Hashtbl.statistics