Functor Reins.PatriciaMap.GenMap


module GenMap: 
functor (C : Reins.Types.Mono.ArbitraryComparable) -> Reins.Maps.GenMapSig with type key = int and type elt = C.t
Parameters:
C : Reins.Types.Mono.ArbitraryComparable

include Reins.Maps.MonoMapSig
val gen : ?size:int -> Random.State.t -> t