Handbook
Glossary
<bit-set> ( capacity -- bit-set )
Factor handbook
»
The language
»
Collections
»
Sets
»
Set implementations
»
Bit sets
Prev:
bit-set
Vocabulary
bit-sets
Inputs
capacity
an
integer
Outputs
bit-set
a
bit-set
Word description
Creates a new bit set with the given capacity. This set is initially empty and can contain as members integers between 0 and
capacity
-1.
Definition
USING:
bit-arrays
kernel
;
IN:
bit-sets
:
<bit-set>
( capacity -- bit-set )
<bit-array>
bit-set
boa
;
inline