pretty icon indicating copy to clipboard operation
pretty copied to clipboard

Pretty printer for arbitrary data structures in Zig.

Results 1 pretty issues
Sort by recently updated
recently updated
newest added

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...