package incr_map

  1. Overview
  2. Docs
Helpers for incremental operations on map like data structures

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=91acc784e4760af8544c4504bee1a9f6d7385eb0620f8e56392cd193a250b7d2

doc/incr_map/Incr_map/module-type-S_gen/Lookup/index.html

Module S_gen.Lookup

type ('k, 'v, 'cmp) t
val create : ?instrumentation:Instrumentation.t -> ?data_equal:('v -> 'v -> bool) -> ('k, 'v, 'cmp) Core.Map.t Incr.t -> comparator:('k, 'cmp) Core.Comparator.t -> ('k, 'v, 'cmp) t
val find : ('k, 'v, _) t -> 'k -> 'v option Incr.t
module M (K : sig ... end) : sig ... end
module For_debug : sig ... end