Versions in this module Expand all Collapse all v0 v0.1.1 Feb 20, 2025 v0.1.0 Feb 13, 2025 Changes in this version + type Filter struct + func NewBloomFilter[T comparable](expectedItems uint, falsePositiveRate float64) *Filter[T] + func (bf *Filter[T]) Add(item T) + func (bf *Filter[T]) Contains(item T) bool + func (bf *Filter[T]) EstimatedFalsePositiveRate() float64