Filter out consecutive elements based on comparison between adiacent two

Langer Langer at gmail.org
Thu Jan 31 13:18:39 UTC 2019


Hi all,

Ditto... something like:

filter!((a,b) => a.foo != b.foo)

Thank you!


More information about the Digitalmars-d-learn mailing list