package containers-data

  1. Overview
  2. Docs

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

Update index in heap

Sourceval lt : t -> t -> bool

cmp a b is true iff a < b

OCaml

Innovation. Community. Security.