avian3d::data_structures

Module bit_vec

Source
Expand description

A minimalistic dynamically sized compact bit vector with a fixed block size of 64 bits.

Only a very limited set of operations are supported.

Structsยง

  • A dynamically sized compact bit vector with a fixed block size of 64 bits.
  • An iterator over the blocks of a BitVec.