[][src]Module bva::dynamic

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

BVN

A bit vector with dynamic capacity.