add source links

This commit is contained in:
Walter Bright 2011-02-06 15:46:50 -08:00 committed by Andrei Alexandrescu
parent b1db9bebe8
commit 1b8314c4e0
66 changed files with 103 additions and 25 deletions

View file

@ -34,6 +34,7 @@ sort!("a > b")(a); // predicate as string
sort(a); // no predicate, "a < b" is implicit
----
Source: $(PHOBOSSRC std/_algorithm.d)
Macros:
WIKI = Phobos/StdAlgorithm