mirror of
https://github.com/dlang/phobos.git
synced 2025-04-30 07:00:37 +03:00
remove groupBy
- accidentally added in 2.067.0 - replaced by compat alias to chunkBy in 2.067.1
This commit is contained in:
parent
75f068773c
commit
2e5cf6b9ca
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue