Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Statement macros in D

c++ macros c-preprocessor d

Immutable only class in D

d

How do I declare a const pointer to non-const / mutable data in D?

Dlang byLineCopy skipping lines

d

Get class instance by class name string

oop d factory-pattern

Fast, cross-platform timer?

Is there an equivalent of goroutines in D?

concurrency go d coroutine

How do i use std.functional.memoize inside a class?

d

Purity of Memoized Functions in D

Pass delegates to external C functions in D

How can I get detailed error messages from a pure function in D?

d

What is the underlying reason for not being able to put arrays of pointers in unsafe structs in C#?

c# pointers d unsafe struct

How can I print a variable name and its value without typing the name twice?

macros metaprogramming d

D: function parameter name introspection

d introspection

In-place radix sort in D programming language

sorting d

Is it possible to cross-compile D source code for MIPS?

Is there a way to convert a function variable to a string in D?

function d mixins

Are there any standard exceptions?

Confusion regarding the 'align' attribute

d dmd

ldc2 vs ldmd2 whats the difference?

d ldc