package bloomf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bloomf.MakeSource

The output interface for Bloomf.Make.

Parameters

module H : Hashable

Signature

Sourcetype t
Sourceval create : ?error_rate:float -> int -> t
Sourceval add : t -> H.t -> unit
Sourceval mem : t -> H.t -> bool
Sourceval clear : t -> unit
Sourceval size_estimate : t -> int
Sourceval to_bytes : t -> bytes
Sourceval of_bytes : bytes -> (t, [ `Msg of string ]) result
OCaml

Innovation. Community. Security.