mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 06:30:28 +03:00
add source links
This commit is contained in:
parent
b1db9bebe8
commit
1b8314c4e0
66 changed files with 103 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue