diff --git a/std/algorithm/iteration.d b/std/algorithm/iteration.d index 83e206148..6cd044257 100644 --- a/std/algorithm/iteration.d +++ b/std/algorithm/iteration.d @@ -1884,10 +1884,6 @@ 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