<bit-set> ( capacity -- bit-set )
Factor handbook » The language » Collections » Sets » Set implementations » Bit sets

Prev:bit-set


Vocabulary
bit-sets

Inputs
capacityan integer


Outputs
bit-seta 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