package incr_map

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=91acc784e4760af8544c4504bee1a9f6d7385eb0620f8e56392cd193a250b7d2

doc/incr_map.collate/Incr_map_collate/Collated/For_testing/index.html

Module Collated.For_testingSource

Sourceval of_list : num_filtered_rows:int -> key_range:'k Collate.Which_range.t -> rank_range:int Collate.Which_range.t -> num_before_range:int -> num_unfiltered_rows:int -> ('k * 'v) list -> ('k, 'v) t

Create Collated.t of a list of data. Note: no collation or checks are performed, it will contain exactly the data you provided

OCaml

Innovation. Community. Security.