Merge branch 'stable' into merge_stable

This commit is contained in:
Martin Nowak 2015-04-25 16:51:50 +02:00
commit ec77b252b0

View file

@ -1884,6 +1884,10 @@ unittest
[""].map!((s) => s).chunkBy!((x, y) => true);
}
// to be removed in 2.068.0
deprecated("use chunkBy instead")
alias groupBy = chunkBy;
// joiner
/**
Lazily joins a range of ranges with a separator. The separator itself