The standard runtime library of the D language is called Phobos.
It aims to be platform-independent and doesn't just contain wrappers for the C standard library. It makes use of D's features, it uses contract programming for improving code quality and exceptions for error handling.
1.
std.base64
2.
std.boxer
3.
std.compiler
4.
std.conv
5.
std.ctype
6.
std.date
7.
std.file
8.
std.format
9.
std.gc
10.
std.intrinsic
11.
std.math
12.
std.md5
13.
std.mmfile
14.
std.outbuffer
15.
std.path
16.
std.process
17.
std.random
18.
std.recls
19.
std.regexp
20.
std.socket
21.
std.socketstream
22.
std.stdint
23.
std.stdio
24.
std.stream
25.
std.string
26.
std.system
27.
std.thread
28.
std.uri
29.
std.utf
30.
std.zip
31.
std.zlib
|