Pagghiu / SaneCppLibraries

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

DebugVisualizers: Added natvis for SegmentedItems and Array #20

Closed jlaumon closed 1 month ago

jlaumon commented 1 month 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