Search code examples
Does D have IIFE's?...


d

Read More
Why does function template work with int[] but not with char[] arrays in D?...


d

Read More
D: finding all functions with certain attribute...


d

Read More
How does D allow delegates as template parameters?...


templatesdelegatesdstack-frame

Read More
ldc2 -static fails ld.gold error cannot find -lphobos2-ldc -ldruntime-ldc...


hyperlinkstaticdgentooldc

Read More
What's the proper way to have a Task that calls an arbitrary function with a known, specific ret...


templatesparallel-processingdelegatestaskd

Read More
How do I allocate a delegate on the heap?...


d

Read More
Why does indexing a string inside of a recursive call yield a different result?...


indexingsliced

Read More
How to accept both ref and non ref values as a function argument...


constantsdrefrvalue

Read More
ULEB128 variable-length integer encoding...


parsingd

Read More
Cannot pass by reference in D language...


referencepass-by-referenced

Read More
Does phobos (D's standard library) contain "endsWith" for string type?...


dphobos

Read More
Metaprogramming in C++ and in D...


c++metaprogrammingd

Read More
How can I resolve this error when linking to zlib under Linux in a D application?...


linuxubuntulinkerdependenciesd

Read More
const vs enum in D...


optimizationenumsconstantsd

Read More
Is D's grammar really context-free?...


c++grammarcontext-free-grammard

Read More
Configuring dfmt to allow one element per line...


visual-studio-coded

Read More
pattern matching in D...


functional-programmingpattern-matchingd

Read More
Error (object._d_arraysetlengthTImpl not found) while building D project on MacOS...


macosd

Read More
Is the D language completely dependant upon the D runtime?...


ddruntime

Read More
HTTP not socket web requests - D...


d

Read More
Convert into const(char)* from float in D...


stringdchar-pointer

Read More
D: How to override the invariant method in a extended class?...


oopoverridingdinvariants

Read More
How can I construct an array of static regexes in D?...


d

Read More
Pure version of `std.format.format!`?...


dfunction-attributes

Read More
C++ vs. D , Ada and Eiffel (horrible error messages with templates)...


c++templatesdadageneric-programming

Read More
How does minElement template containers work?...


d

Read More
How does one peek and advnace a range inside a foreach loop...


d

Read More
Parsing a substring without allocating it separately...


d

Read More
Efficient drop every N-th element in array in D...


d

Read More
BackNext