Module bva::dynamic

source ·
Expand description

This module contains a dynamic capacity bit vector implementation using a dynamically allocated integer array as storage.

As the capacity is dynamic, performing operations exceeding the current capacity will result in a reallocation of the internal array.

Structs

  • A bit vector with dynamic capacity.