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/For_testing/index.html

Module Incr_map.For_testingSource

Sourceval find_key_range_linear : from:int -> to_:int -> ('a, 'b, 'c) Base.Map.t -> ('a * 'a option) option