mirror of
https://github.com/dlang/phobos.git
synced 2025-05-01 15:40:36 +03:00
It's Yes...
This commit is contained in:
parent
662acd4cf6
commit
b803ffabd4
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ parallel, std,parallelism).
|
||||||
|
|
||||||
Normally the entire range is iterated. If partial iteration (early stopping) is
|
Normally the entire range is iterated. If partial iteration (early stopping) is
|
||||||
desired, `fun` needs to return a value of type $(REF Flag,
|
desired, `fun` needs to return a value of type $(REF Flag,
|
||||||
std.typecons)`!"each"` (`No.each` to continue iteration, or `No.each` to stop
|
std.typecons)`!"each"` (`Yes.each` to continue iteration, or `No.each` to stop
|
||||||
iteration).
|
iteration).
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue