package containers-data

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v3.5.tar.gz
md5=efc44e54af764ddb969ec823b7539a3e
sha512=df7c147233f13490710e81279a365290c85d4a00280d56a5bd2a74c579568abbe08c04a60c80f2936d7c15194b58b54b112b974eb8a0d28e131bae5ef38ac10d

doc/containers-data/CCMutHeap_intf/module-type-RANKED/index.html

Module type CCMutHeap_intf.RANKEDSource

Sourcetype t
Sourceval idx : t -> int

Index in heap. return -1 if never set

Sourceval set_idx : t -> int -> unit

Index in heap. return -1 if never set

Update index in heap

Sourceval lt : t -> t -> bool

Update index in heap

cmp a b is true iff a < b

OCaml

Innovation. Community. Security.