mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
manual allman brace fixup
This commit is contained in:
parent
1d34a121e9
commit
ca098c57d2
7 changed files with 25 additions and 11 deletions
|
@ -3683,7 +3683,8 @@ if (is(typeof(binaryFun!pred(r.front, s)) : bool)
|
|||
int[][] w = [ [1, 2], [], [3], [4, 5], [] ];
|
||||
static assert(isForwardRange!(typeof(splitter(a, 0))));
|
||||
|
||||
// foreach (x; splitter(a, 0)) {
|
||||
// foreach (x; splitter(a, 0))
|
||||
// {
|
||||
// writeln("[", x, "]");
|
||||
// }
|
||||
assert(equal(splitter(a, 0), w));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue