Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Why the type of size_t is uint in 64-bit Windows 7?

d

Fast vector struct that allows [i] and .xyz-operations in D?

Do Phobos (and/or Tango) have a set of predefined exception types?

exception d tango phobos

Why does std.algorithm.fill not accept character arrays?

d

Time Comparison in D

time d

How much information do array variables share?

How to print more when assertion fails?

d

Public, private and protected access qualifiers for D classes

class d

Split string on un-escaped character in D

regex string split d

How is this pure function able to modify non-private state?

d pure-function

Get the calling object or method in d

d

Array pointer from C to D

c arrays pointers d

D (dlang) passing a lambda function as argument

How to parallelize small pure function?

Handling D templated structs as a common type

templates d

read a file into an array of lines in d

arrays file-io d

Which D compilers will perform tail-call optimization on this function?

d dmd gdc

What other languages support Go's style of interfacing without explicit declaration?

Multiple types in one specialized D template

templates d specialization

Extra commas in arrays

d