mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 19:49:36 +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 _mutation algorithms.
|
||||
|
||||
$(BOOKTABLE Cheat Sheet,
|
||||
|
||||
$(TR $(TH Function Name) $(TH Description))
|
||||
|
||||
$(T2 bringToFront,
|
||||
If $(D a = [1, 2, 3]) and $(D b = [4, 5, 6, 7]),
|
||||
$(D bringToFront(a, b)) leaves $(D a = [4, 5, 6]) and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue