Handbook
Glossary
<hash-array> ( n -- array )
Vocabulary
hash-sets
.
private
Inputs
n
an
object
Outputs
array
an
object
Definition
USING:
arrays
hashtables.private
math
;
IN:
hash-sets.private
:
<hash-array>
( n -- array )
3
*
1
+
2/
next-power-of-2
+empty+
<array>
;
inline