Up
Module
Hashtbl_intf
=
Core_kernel.Core_hashtbl_intf
Signature
module
Binable
=
Core_kernel.Binable0
module type
Key
= sig .. end
module type
Key_binable
= sig .. end
module
Hashable
: sig .. end
module type
Hashable
= sig .. end
type
('a, 'z) no_map_options = 'z
module type
Accessors
= sig .. end
type
('key, 'data, 'z) create_options_without_hashable = ?growth_allowed:bool -> ?size:int -> 'z
type
('key, 'data, 'z) create_options_with_hashable = ?growth_allowed:bool -> ?size:int -> hashable:'key
Hashable.t
-> 'z
module type
Creators
= sig .. end
module type
S
= sig .. end
module type
S_binable
= sig .. end
module type
Hashtbl
= sig .. end