|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| template<domain D :shared3p > | |
| D bool | bloomInsertMany (D xor_uint32[[1]] elem, D bool[[1]] filter, uint32[[1]] seed) |
function for inserting into the bloom filter
| D bool bloomInsertMany | ( | D xor_uint32[[1]] | elem, |
| D bool[[1]] | filter, | ||
| uint32[[1]] | seed | ||
| ) |
| elem | - the elements to add |
| filter | - filter data structure |
| seed | - seed |