fn initEmpty(allocator: Allocator, bit_length: usize) !Self

Creates a bit set with no elements present. If bit_length is not zero, deinit must eventually be called.

Parameters

allocator: Allocator,
bit_length: usize,