mirror of
https://github.com/dlang/phobos.git
synced 2025-05-06 02:45:12 +03:00
remove whitespace in ddoc output of std/algorithm
This commit is contained in:
parent
2f124dee5d
commit
614294cd70
6 changed files with 0 additions and 12 deletions
|
@ -4,9 +4,7 @@ This is a submodule of $(MREF std, algorithm).
|
|||
It contains generic _comparison algorithms.
|
||||
|
||||
$(BOOKTABLE Cheat Sheet,
|
||||
|
||||
$(TR $(TH Function Name) $(TH Description))
|
||||
|
||||
$(T2 among,
|
||||
Checks if a value is among a set of values, e.g.
|
||||
$(D if (v.among(1, 2, 3)) // `v` is 1, 2 or 3))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue