Pagghiu / SaneCppLibraries

Sane C++ Libraries
https://pagghiu.github.io/SaneCppLibraries
MIT License
521 stars 12 forks source link

DebugVisualizers: Added natvis for SegmentedItems and Array #20

Closed jlaumon closed 4 months ago

jlaumon commented 4 months ago

Also modified Vector to reuse SegmentedItems as much as possible, and SmallVector to reuse Vector.

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 🙂). image