On Sunday, 1 November 2020 at 05:23:42 UTC, Vino wrote:
On Saturday, 31 October 2020 at 15:16:22 UTC, Vino wrote:
[...]

Hi All,

I was able to find a solution using a different approach, the code is in the link https://run.dlang.io/is/Jx4NLw, request your help on to get the value using the Key

[...]

I assume it should be

foreach(i; data.byKey)
{
    writeln(data[i]);
}

Kind regards
Andre

Reply via email to