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

@ -1,12 +1,14 @@
// Written in the D programming language.
/**
Functions and types that manipulate built-in arrays.
Copyright: Copyright Andrei Alexandrescu 2008-.
License: $(WEB boost.org/LICENSE_1_0.txt, Boost License 1.0).
Authors: $(WEB erdani.org, Andrei Alexandrescu)
Functions and types that manipulate built-in arrays.
Source: $(PHOBOSSRC std/_array.d)
*/
module std.array;