package containers-data

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

Install

Dune Dependency

Authors

Maintainers

Sources

v3.3.tar.gz
md5=aa946f452a156b7cd0b932b5a849b44e
sha512=fbb6e519ea918afd3895de4cb74bb93a1d7d8899aa1d9def0ee0576a4f648413e3a7d9639040a1117516efb74c66c3432e6da79e6284d2315327175e22766717

doc/containers-data/CCMutHeap/index.html

Module CCMutHeapSource

Mutable Heaps

The classic binary heap in a vector.

STATUS: experimental, this might change in breaking ways.

  • since 3.1
Sourcemodule type RANKED = CCMutHeap_intf.RANKED
Sourcemodule type S = CCMutHeap_intf.S
Sourcemodule Make (X : RANKED) : S with type elt = X.t
OCaml

Innovation. Community. Security.

On This Page
  1. Mutable Heaps