mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +03:00
Fix DScanner warnings
This commit is contained in:
parent
e1cba41bd6
commit
a8c0b833bb
4 changed files with 8 additions and 8 deletions
|
@ -2791,13 +2791,13 @@ if (fun.length >= 1)
|
|||
Once S has been determined, then `S s = e;` and `s = f(s, e);`
|
||||
must both be legal.
|
||||
|
||||
If `r` is empty, an `Exception` is thrown.
|
||||
|
||||
Params:
|
||||
r = an iterable value as defined by `isIterable`
|
||||
|
||||
Returns:
|
||||
the final result of the accumulator applied to the iterable
|
||||
|
||||
Throws: `Exception` if `r` is empty
|
||||
+/
|
||||
auto reduce(R)(R r)
|
||||
if (isIterable!R)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue