module AVL_KeyMap:
Parameters: |
|
type 'a
t
type
key
type'a
elt ='a
type 'a
cursor
type ('a, 'b)
result
include Reins.Maps.Map_
val compare_keys : 'a t -> 'a t -> int
val compare : ('a -> 'a -> int) ->
'a t -> 'a t -> int
val to_string : ('a -> string) -> 'a t -> string
val gen2 : (?size:int -> Random.State.t -> key) ->
(?size:int -> Random.State.t -> 'a) ->
?size:int -> Random.State.t -> 'a t