Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Is there a way to have dynamic default arguments?

Is D powerful enough for these features?

metaprogramming d

Listing a class's methods trough mixin

reflection d mixins

Does D std lib include something like boost.fusion and boost.mpl?

D Binding Generation Tool

c header wrapper d auto-generate

Finding maximum valued element in a Associative Arrays in D

d

Conditional using local variables in templated method in D

templates d

In D, is it possible for an object to hold a member object internally?

Variable function calls in D

c++ c d

multiplying a string by an integer returns integers?

string d

Could a D DLL work within SAS?

dll sas d

Are redundant default initializations omitted?

initialization d

D traits - List of integral data members

d typetraits ctfe

NodeJS is faster than D when computing prime numbers. How?

What is the syntax for declaring a constant string[char] AA?

How to create a lazy-evaluated range from a file?

file-io d

How do I construct string from byte array in D

string size d zero-copy

Does dlang install some signal handlers by default

linux signals d

How do you enumerate the names and types inside a struct or class at compile time in D?

reflection d compile-time

What is the D way to write this?

d