On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote:
http://dlang.org/changelog/2.070.0.html

I'm missing changelog entry for

- new algorithm `std.algorithm.comparison.either`
- update for return type of `findSplit*` enabling bool-conversion in for instance

if (const hit = haystack.findSplit(needle))
{
    // use hit
}

Reply via email to