On Saturday, 6 January 2018 at 15:32:14 UTC, thedeemon wrote:
On Saturday, 6 January 2018 at 06:47:33 UTC, Vino wrote:[...]Here's a version with Array, it's very similar: import std.algorithm: countUntil, joiner, sort, uniq, map; import std.csv: csvReader; import std.stdio: File, writeln; import std.typecons: Tuple, tuple; import std.meta; import std.file : readText; import std.container.array; [...]
Hi Deemon, Thank you very much, moving to second phase. From, Vino.B