On Wednesday, 10 February 2016 at 14:06:02 UTC, Suliman wrote:
Sorry, but where dump! function can be helpful? What's wrong with writeln?

Formatting complex data automatically makes it a lot easier to see what you're getting. Makes debugging so much easier when your data is actually readable.

Long strings, complex structs, byte arrays, json or xml, these all really need more formatting to read than writeln does.

Reply via email to