Error: variable i cannot be read at compile time

Vino vino.bheeman at hotmail.com
Sun Jan 7 12:09:32 UTC 2018


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


More information about the Digitalmars-d-learn mailing list