package containers-data

  1. Overview
  2. Docs
A set of advanced datatypes for containers

Install

Dune Dependency

Authors

Maintainers

Sources

v3.0.1.tar.gz
md5=438a7bbcb789e116eead04c8a59641f0
sha512=b5551a9ebb9500e14482852c9294c9b4cc3df8153ba64b8e4c4de1dacbd0322ebe4a212316b308c94af562a40099c85b89a8415780cf4e2e0e519870f7342c1b

doc/containers-data/CCWBTree/index.html

Module CCWBTreeSource

Weight-Balanced Tree

status: experimental

  • since 0.13
Sourcetype 'a iter = ('a -> unit) -> unit
Sourcetype 'a gen = unit -> 'a option
Sourcetype 'a printer = Format.formatter -> 'a -> unit
Sourcemodule type ORD = sig ... end
Sourcemodule type KEY = sig ... end

Signature

Sourcemodule type S = sig ... end

Functor

Sourcemodule Make (X : ORD) : S with type key = X.t
Sourcemodule MakeFull (X : KEY) : S with type key = X.t

Use the custom X.weight function

OCaml

Innovation. Community. Security.