D
Documentation
[
Home
]
[
Up
]
Introduction
A simple tutorial
Switching to D
An advanced tutorial
Language Reference
General syntax
Statements
Types
void
bit
Integer data types
Floatingpoint data types
Character data types
Derived data types
Arrays
User Defined Types
Delegates
Error Handling
Memory Management
Std. runtime library (Phobos)
std.base64
std.boxer
std.compiler
std.conv
std.ctype
std.date
std.file
std.format
std.gc
std.intrinsic
std.math
std.md5
std.mmfile
std.outbuffer
std.path
std.process
std.random
std.recls
std.regexp
std.socket
std.socketstream
std.stdint
std.stdio
std.stream
std.string
std.system
std.thread
std.uri
std.utf
std.zip
std.zlib
Libraries and Tools
mango
Build
Related Links
About this documentation
Derived data types
Derieved data types are:
pointer
Points to any data type in memory.
array
Arrays are lists of data types with a specified length.
function
These are simply pointers to a function with a defined signature.
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.