Handbook
Glossary
#hashes-and-length ( bloom-filter -- #hashes length )
Vocabulary
bloom-filters
.
private
Inputs
bloom-filter
an
object
Outputs
#hashes
an
object
length
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
bloom-filters.private
:
#hashes-and-length
( bloom-filter -- #hashes length )
[
#hashes>>
]
[
bits>>
length
]
bi
;
inline