Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

std.algorithm.joiner(string[],string) - why result elements are dchar and not char?

d dmd phobos

How to compile D application without the D runtime?

d dmd druntime

How does to!string(enum.member) works?

d dmd

Mixing C and D code in the same program?

c d

Heterogeneous container for D

arrays d

How to make a system call and read the stdout, in D?

d system-calls

Parsing a file with D

parsing d dmd

Struct and Tuple template parameters in D

Convert a slice to native (endianness) integer

Iterate over dlang struct

iteration d

Sorting based on associative arrays in D

d dmd

D2: std.algorithm.indexOf doesn't work anymore

d

D performance: union vs @property

benchmarking d dmd gdc

Mapping variadic template arguments in D

How can I modify a C-style array as D-style array?

how to call a function passed as argument with its parameters already given in D?

d

const vs enum in D

optimization enums constants d

How do you use ranges in D?

d range phobos

Emacs support for D language

emacs d

How to repeat a statement N times (simple loop)

loops d