Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Is using D string mixins for code reuse an anti-pattern?

Why Isn't dchar the Standard Character Type in D?

Demos, samples and proof-of-concept code in D [closed]

d

Digital Mars D compiler; acquiring ASM output

compiler-construction d dmd

D file I/O functions

file io d

Using constructors with arrays in D

Why are empty classes 8 bytes and larger classes always > 8 bytes?

d

Why isn't array literal size mismatch caught at compile time?

d

foreach statement overload in d programing language

foreach d

Shortest way to concatenate strings in D outside writefln()?

d phobos

Stop Compilation in Code

d assert pragma

How do I pass an object by value?

Compile out code for release build in D

d

Do all profilers significantly slow execution?

performance profiling d

How do I do something like a memcpy in D

performance memory d

Why are these objects not equal by default in D?

object hash d equals

What are analogs of "#ifdef", "#ifndef", "#else", "#elif", "#define", "#undef" in D programming language?

preprocessor d

Equivalent of C# `readonly` keyword in D?

c# immutability d

D: call a function using a string variable with its name

d

About the non-nullable types debate