Handbook
Glossary
bucket-delete ( 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-delete
( fingerprint bucket -- ? )
[
f
]
2dip
[
index
]
keep
over
[
set-nth
t
]
[
3drop
f
]
if
;