remove groupBy

- accidentally added in 2.067.0
- replaced by compat alias to chunkBy in 2.067.1
This commit is contained in:
Martin Nowak 2015-05-26 00:32:35 +02:00
parent 75f068773c
commit 2e5cf6b9ca

View file

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