Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Printing contents of array/ associative array

Moderators: larsivi kris

Posted: 09/12/07 20:13:45

Hi, in my recent migration to tango from phobos i've got stuck on how to print the contents of an array like phobos does. Calling: writefln("%s", array)

would print on the console all the contents of it using their respective toString format. But on Tango, doing:

Stdout(array).newline

just prints the type of the array. How can I do that funcionality on tango?

Thanks

Sorry about my poor english. =]

Author Message

Posted: 09/12/07 20:34:24

Tango currently does not print arrays, but that is on the TODO list :)

Posted: 09/12/07 20:47:59

Oh, thanks for the fast reply!

Btw, thanks for this great library, too =)

Sorry about my poor english. =]