mirror of
https://github.com/dlang/phobos.git
synced 2025-05-11 23:05:34 +03:00
Turn on -preview=markdown
This commit is contained in:
parent
83505b04ca
commit
775bcdee51
14 changed files with 306 additions and 306 deletions
|
@ -1751,8 +1751,8 @@ expression.
|
|||
|
||||
`choices` needs to be composed of pairs of test expressions and return
|
||||
expressions. Each test-expression is compared with `switchExpression` using
|
||||
`pred`(`switchExpression` is the first argument) and if that yields true
|
||||
- the return expression is returned.
|
||||
`pred`(`switchExpression` is the first argument) and if that yields true -
|
||||
the return expression is returned.
|
||||
|
||||
Both the test and the return expressions are lazily evaluated.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue