package lbvs_consent

  1. Overview
  2. Docs

Module Lbvs_consent.Top_keeperSource

module FMap : sig ... end
Sourcetype t = {
  1. queue : string list FMap.t;
  2. count : int;
  3. max : int;
}
Sourceval create_priv : string list FMap.t -> int -> int -> t
Sourceval create : int -> t
Sourceval insert_priv : float -> string -> string list FMap.t -> string list FMap.t
Sourceval add : string -> float -> t -> t
Sourceval high_scores_first : t -> (float * string) list