mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Merge branch 'stable' into merge_stable
This commit is contained in:
commit
ec77b252b0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue