Module Set.MakeSource

Parameters

module Hash : S

Signature

type t
Sourceval create : ?initial_slots:int -> unit -> t
Sourceval add : t -> Hash.t -> [ `Ok | `Duplicate ]
Sourceval mem : t -> Hash.t -> bool