Structs

New bitmap container length.

Increases the size of the container by a fixed increment.

Increases the size of the container despite new bit state is 0 (false). In other words is_force_grow() always returns true.

Increases the size of the container until the limit is reached.

Minimum required length of bitmap container for storing Nth bit.

Increases the size of the container to the minimum required size.

Traits

Determines strategy of bitmap container growth.