package core_kernel

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

core_kernel-v0.16.0.tar.gz
sha256=e37370bad978cfb71fdaf2b1a25ab1506b98ef0b91e0dbd189ffd9d853245ce2

doc/core_kernel.hash_heap/Hash_heap/index.html

Module Hash_heapSource

A hash-heap is a combination of a heap and a hashtable that supports constant time lookup, and log(n) time removal and replacement of elements in addition to the normal heap operations.

Sourcemodule type S = sig ... end
Sourcemodule Make (Key : Core.Hashtbl.Key_plain) : S with module Key = Key
OCaml

Innovation. Community. Security.