bit_vector icon indicating copy to clipboard operation
bit_vector copied to clipboard

Add function to set a range in the bit vector

Open kurpicz opened this issue 1 year ago • 0 comments

Since access via the subscript operator to multiple consecutive single bits is more expensive than accessing them directly in the underlying data structure, there should be an option to fill a range in the bit vector (using only the underlying data).

kurpicz avatar Sep 12 '22 13:09 kurpicz