Beta D 2.070.0-b1

Nordlöw via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Jan 14 02:13:18 PST 2016


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
}


More information about the Digitalmars-d-announce mailing list