package containers-data

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.8.tar.gz
md5=f1c717c9a1015e81253f226ae594f547
sha512=7640b6af5a61e53e52eac51f237a06c5c21597374481af218cf0601c2b9059b96254058b92adb73ce20b1dece4ccaffb99d1b29b235c4dc954619738d8d0de40

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.