Module Lib.IdTblSource

Parameters

module V : sig ... end

Signature

Sourcemodule T : sig ... end
Sourcetype t = V.t T.t
Sourceval create : size:int -> 'a T.t
Sourceval add : T.key -> 'a -> 'a T.t -> unit
Sourceval find : T.key -> 'a T.t -> 'a
Sourceval find_opt : T.key -> 'a T.t -> 'a option
Sourceval size : 'a T.t -> int