Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How do I create a coloured text?

linux d

Forwarding variable arguments in functions in D

d

Enumeration Reflection

Is it possible to write custom decorators in D? Similar to python,

d

How to use SQLite library in D language program on Windows?

dll sqlite d

Equality operator in favour of std.range.equal

comparison range d