Module grow_strategy

Module grow_strategy 

Source

Structs§

FinalLength
New bitmap container length.
FixedStrategy
Increases the size of the container by a fixed increment.
ForceGrowStrategy
Increases the size of the container despite new bit state is 0 (false). In other words is_force_grow() always returns true.
LimitStrategy
Increases the size of the container until the limit is reached.
MinimumRequiredLength
Minimum required length of bitmap container for storing Nth bit.
MinimumRequiredStrategy
Increases the size of the container to the minimum required size.

Traits§

GrowStrategy
Determines strategy of bitmap container growth.