merging container arrays

Andre Pany andre at s-e-a-p.de
Sun Nov 1 09:23:28 UTC 2020


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


More information about the Digitalmars-d-learn mailing list