mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 14:40:30 +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
|
||||
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).
|
||||
|
||||
Params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue