Handbook
Glossary
<buckets> ( initial length -- array )
Vocabulary
combinators
.
private
Inputs
initial
an
object
length
an
object
Outputs
array
an
object
Definition
USING:
kernel
math
sequences
;
IN:
combinators.private
:
<buckets>
( initial length -- array )
next-power-of-2
<iota>
swap
[
nip
clone
]
curry
map
;