You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
.The text was updated successfully, but these errors were encountered: