Module CCWBTree
Weight-Balanced Tree
status: experimental
- since
- 0.13
type 'a sequence
= ('a -> unit) -> unit
type 'a gen
= unit -> 'a option
type 'a printer
= Stdlib.Format.formatter -> 'a -> unit
module type ORD = sig ... end
module type KEY = sig ... end
Signature
module type S = sig ... end