Just because it's a slow Thursday on this forum

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 10 06:23:14 PST 2016


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.


More information about the Digitalmars-d mailing list