remove whitespace in ddoc output of std/algorithm

This commit is contained in:
Sebastian Wilzbach 2016-05-25 02:50:55 +02:00
parent 2f124dee5d
commit 614294cd70
6 changed files with 0 additions and 12 deletions

View file

@ -4,9 +4,7 @@ This is a submodule of $(MREF std, algorithm).
It contains generic _iteration algorithms.
$(BOOKTABLE Cheat Sheet,
$(TR $(TH Function Name) $(TH Description))
$(T2 cache,
Eagerly evaluates and caches another range's $(D front).)
$(T2 cacheBidirectional,