On Monday, 21 June 2021 at 15:32:09 UTC, wjoe wrote:

something like this ?

``` D
import std.array;
import std.algorithm;

    udtComputers.byPair
        .filter!(p => p.key != strComputerIDunwanted)
        .each!( (p) { /* foreach body */ } );
```

This seems really interesting :)

Almost three weeks with D and I still must learn a lot of things, there's a lot to :) !

Thanks for your tip !

Reply via email to