mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-02 13:03:13 +01:00
11 lines
421 B
Plaintext
11 lines
421 B
Plaintext
Druntime
|
|
|
|
The source code repository for druntime is: http://dsource.org/projects/druntime
|
|
|
|
Druntime is the minimum library required to support the D programming
|
|
language. It includes the system code required to support the garbage collector,
|
|
associative arrays, exception handling, array vector operations,
|
|
startup/shutdown, etc.
|
|
|
|
Druntime forms a common layer underlying the Phobos and Tango user libraries.
|