On Saturday, 5 September 2015 at 14:49:13 UTC, deed wrote:
On Saturday, 5 September 2015 at 14:44:19 UTC, deed wrote:
 .map!(s => chomp(s, "\"")
 .map!(s => chompPrefix(s, "\"")

should be

 .map!(s => chomp(s, "\""))
 .map!(s => chompPrefix(s, "\""))

Yeah, I have have been trying this example from wiki books

https://en.wikibooks.org/wiki/Learning_D_With_Project_Euler

It is not even compiling.

Reply via email to