mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
Markdownify std.algorithm
Done with: https://github.com/wilzbach/dscanner-fix/blob/master/d_code_markdown.d
This commit is contained in:
parent
1ce61d802d
commit
fc0c29f3a2
7 changed files with 654 additions and 654 deletions
|
@ -152,12 +152,12 @@ Many functions in this package are parameterized with a $(GLOSSARY predicate).
|
|||
The predicate may be any suitable callable type
|
||||
(a function, a delegate, a $(GLOSSARY functor), or a lambda), or a
|
||||
compile-time string. The string may consist of $(B any) legal D
|
||||
expression that uses the symbol $(D a) (for unary functions) or the
|
||||
symbols $(D a) and $(D b) (for binary functions). These names will NOT
|
||||
expression that uses the symbol `a` (for unary functions) or the
|
||||
symbols `a` and `b` (for binary functions). These names will NOT
|
||||
interfere with other homonym symbols in user code because they are
|
||||
evaluated in a different context. The default for all binary
|
||||
comparison predicates is $(D "a == b") for unordered operations and
|
||||
$(D "a < b") for ordered operations.
|
||||
comparison predicates is `"a == b"` for unordered operations and
|
||||
`"a < b"` for ordered operations.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue