On Monday, 2 January 2017 at 17:10:03 UTC, Nordlöw wrote:
Here's a sample implementation of this idea that compiles and tests out correctly with a branch of Phobos (link provided below).
Correction `UniqueRange` can be used today together with the array containers defined in array_ex.d together with the adjusted Phobos-algorithms in unique_range.d
https://github.com/nordlow/phobos-next/blob/master/src/unique_range.d being a wrapper for https://github.com/nordlow/phobos-next/blob/master/src/array_ex.d
