From WikiChip
Difference between revisions of "Phobos"

 
Line 1: Line 1:
'''Phobos''' is the standard runtime library for the [[D|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.
+
'''Phobos''' is the standard runtime library for the [[D|D programming language]]. Phobos aims at providing a platform-independent set of functions such as working with streams, sockets, string handling, regex routines, outines, date and time, concurrency, and various other modules. Phobos also provides a set of data structures.
  
 
Phobos is broken down into individual modules that can be included separately using the [[import statement - D|import statement]].
 
Phobos is broken down into individual modules that can be included separately using the [[import statement - D|import statement]].

Latest revision as of 21:45, 14 December 2013

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

Phobos is broken down into individual modules that can be included separately using the import statement.

Core library modules[edit]

OS-specific modules[edit]

C interface module[edit]