Change 14098
ShadauxCat
committed this change
into
//guest/ShadauxCat/Sprawl/Mainline
under Review
14099
View Review
Download .zip
Added BitVector (BitSet that dynamically increases in size as needed to accommodate the highest bit that gets set).
Later I'll add proper operators for both (i.e., BitSet(010101) & BitSet(011011) = BitSet(010001))
#review-14099
Files
2
Comments
0
2
edited
0
added
0
deleted
•
UnitTests/UnitTests_BitVector.cpp#2
Loading...
collections/BitVector.hpp#3
Loading...
Tip: Use
n
and
p
to cycle through the changes.