avail
2.0.0.alpha02
avail
/
avail.utility.structures
/
BloomFilter
/
add
add
fun
add
(
element
:
Int
)
Content copied to clipboard
Add an
Int
element to the
BloomFilter
.
Parameters
element
The
Int
to add to the
BloomFilter
.