From WikiChip
Difference between revisions of "Phobos"

(Created page with "'''Phobos''' is the standard runtime library for the D programming language. Phobos aims at providing a platform-independent set of functions for performing common opera...")
(No difference)

Revision as of 21:31, 14 December 2013

Phobos is the standard runtime library for the D programming language. Phobos aims at providing a platform-independent set of functions for performing common operations such as working with streams and sockets to string and regex routines to math routines, date and time, concurrency, and various other modules. Phobos also provides a set of data structures.