mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
Move last paragraph to top for easier reading.
This commit is contained in:
parent
91f62d1401
commit
70a21cc66e
1 changed files with 5 additions and 5 deletions
10
index.d
10
index.d
|
@ -3,6 +3,11 @@ Ddoc
|
|||
$(P Phobos is the standard runtime library that comes with the D language
|
||||
compiler.)
|
||||
|
||||
$(P Generally, the $(D std) namespace is used for the main modules in the
|
||||
Phobos standard library. The $(D etc) namespace is used for external C/C++
|
||||
library bindings. The $(D core) namespace is used for low-level D runtime
|
||||
functions.)
|
||||
|
||||
$(P The following table is a quick reference guide to which Phobos modules to
|
||||
use for a given category of functionality. Note that some modules may appear in
|
||||
more than one category, as some Phobos modules are quite generic and can be
|
||||
|
@ -324,11 +329,6 @@ $(BOOKTABLE ,
|
|||
)
|
||||
)
|
||||
|
||||
$(P Generally, the $(D std) namespace is used for the main modules in the
|
||||
Phobos standard library. The $(D etc) namespace is used for external C/C++
|
||||
library bindings. The $(D core) namespace is used for low-level D runtime
|
||||
functions.)
|
||||
|
||||
Macros:
|
||||
TITLE=Phobos Runtime Library
|
||||
WIKI=Phobos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue