package grenier

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val make : error:float -> t
val add : t -> int64 -> unit
val estimate_memory : error:float -> int
val card : t -> float
val card_hll : t -> float
val card_hllpp : t -> float
val copy : t -> t
val merge : into:t -> t -> unit
val clear : t -> unit
val hash_int64 : int64 -> int64
val to_string : t -> string
val of_string : string -> t