Closed jlaumon closed 4 months ago
Also modified Vector to reuse SegmentedItems as much as possible, and SmallVector to reuse Vector.
Vector
SegmentedItems
SmallVector
Replaced the reinterpret_casts by C-casts to help readability (removes many < and >). I can put them back if you prefer.
<
>
This is what it looks like (ie. the same as before except for Array 🙂).
Array
Also modified
Vector
to reuseSegmentedItems
as much as possible, andSmallVector
to reuseVector
.Replaced the reinterpret_casts by C-casts to help readability (removes many
<
and>
). I can put them back if you prefer.This is what it looks like (ie. the same as before except for
Array
🙂).