add deprecated alias groupBy = chunkBy;

- to not break code in a point release
This commit is contained in:
Martin Nowak 2015-04-18 16:53:59 +02:00
parent afd30b41b0
commit aa13382ba8

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