Add custom dump to SIMD vectors#165
Conversation
|
Hi @x-sheep, thanks for looking into this! Can you explain your use case for this a bit? Is printing all the values on a single line give you the best experience when inspecting the dump? Or would it have been better to have each value on a new line, like if the mirror was of display style |
|
Most vectors will be 4 items or less, in which case it's preferable to keep them on the same line. The current display style also has the benefit of outputting valid Swift code, unlike My use case involves the |
Before:
After: