Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Convert ubyte[] to string in D

encoding d

Some D template questions

templates d

Ambiguous Struct Constructors in D

Why is there module conflict?

compiler-errors d

d2: Calling writefln in D shared libraries from C side

shared-libraries d

D programming : interface at component boundaries

c++ interface 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