pretty icon indicating copy to clipboard operation
pretty copied to clipboard

Suggestion: add support for SOAs (`std.MultiArrayList`, `std.ArrayHashMap`, etc.)

Open DanikVitek opened this issue 1 year ago • 1 comments

There is currently an automatic support for std.ArrayList as it contains a slice within itself, so it gets displayed as needed, but for some "structures of arrays" like std.MultiArrayList this is not the case, so I would suggest to either hardcode or add an option to enable display of SOAs. Other SOA-based type is std.ArrayHashMap. image

DanikVitek avatar May 13 '24 13:05 DanikVitek

Could you kindly provide a minimal example that shows "here is what we get" and "here is what I want to see instead"? That would be helpful. However, I'll come back to this issue after I resolve #4 first.

timfayz avatar May 14 '24 07:05 timfayz