Handbook
Glossary
bucket-insert ( fingerprint bucket -- ? )
Vocabulary
cuckoo-filters
.
private
Inputs
fingerprint
an
object
bucket
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
;
IN:
cuckoo-filters.private
:
bucket-insert
( fingerprint bucket -- ? )
dup
[
not
]
find
drop
[
swap
set-nth
t
]
[
2drop
f
]
if*
;