package incr_map

  1. Overview
  2. Docs

Module Collated.Make_concreteSource

Parameters

module Key : sig ... end
module Value : sig ... end

Signature

Sourcemodule Key : sig ... end
Sourcemodule Value : sig ... end
Sourcetype ('k, 'v) parametrized = ('k, 'v) t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Bin_prot.Binable.S with type t := t
include Bin_prot.Binable.S_only_functions with type t := t
Sourceval bin_size_t : t Bin_prot.Size.sizer
Sourceval bin_write_t : t Bin_prot.Write.writer
Sourceval bin_read_t : t Bin_prot.Read.reader
Sourceval __bin_read_t__ : (int -> t) Bin_prot.Read.reader

This function only needs implementation if t exposed to be a polymorphic variant. Despite what the type reads, this does *not* produce a function after reading; instead it takes the constructor tag (int) before reading and reads the rest of the variant t afterwards.

Sourceval bin_shape_t : Bin_prot.Shape.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t Base__Ppx_compare_lib.equal
Sourceval empty : t
Sourceval fold : t -> init:'accum -> f:('accum -> (Key.t * Value.t) -> 'accum) -> 'accum
Sourceval iter : t -> f:((Key.t * Value.t) -> unit) -> unit
Sourceval to_alist : t -> (Key.t * Value.t) list
Sourceval to_map_list : t -> (Key.t * Value.t) Incr_map_erase_key.t
Sourceval first : t -> (Key.t * Value.t) option
Sourceval last : t -> (Key.t * Value.t) option
Sourceval length : t -> int
Sourceval num_filtered_rows : t -> int
Sourceval num_unfiltered_rows : t -> int
Sourceval rank_range : t -> int Collate.Which_range.t
include Diffable.S with type t := t
Sourcemodule Update : sig ... end
include Diffable.Diffable_intf.S_plain with module Update := Update with type t := t
Sourceval update : t -> Update.t -> t
Sourceval diffs : from:t -> to_:t -> Update.t
Sourceval to_diffs : t -> Update.t
Sourceval of_diffs : Update.t -> t
include Streamable.S with type t := t
Sourcemodule Intermediate : sig ... end
Sourceval finalize : Intermediate.t -> t
Sourceval find_by_key : t -> Key.t -> Value.t option
Sourceval prev : t -> Key.t -> (Key.t * Value.t) option
Sourceval next : t -> Key.t -> (Key.t * Value.t) option
OCaml

Innovation. Community. Security.