Search code examples
How do I construct string from byte array in D...


stringsizedzero-copy

Read More
Is there any way to assign multiple variable at once with Dlang?...


d

Read More
D equivalent to XMLHttpRequest functions...


dhttprequest

Read More
Dlang / Passing arguments to delegates...


parametersdelegatesargumentsparameter-passingd

Read More
Void lambda function...


d

Read More
Export a function with a c-style name?...


d

Read More
Static if expression in D?...


d

Read More
Cannot use parallel on a char array?...


d

Read More
Is it possible to add a new local struct to a global associative array without creating a copy?...


arraysglobal-variablesdref

Read More
Kernel module in D...


linux-kerneldkernel-module

Read More
Untyped decimal literals...


typescastingfloating-pointd

Read More
How do I declare an array of red black trees?...


d

Read More
How to list all the removable devices with DBus and UDisks2?...


ddbusudisks

Read More
How to use front() on a const array...


constantsd

Read More
How to output the contents of a DList as an array to the console?...


ddmd

Read More
Passing function pointer in Dlang...


functiond

Read More
How to check if any element of array in another array?...


d

Read More
Convert dlang char/wchar to string/wstring...


d

Read More
Writing a raw binary structure to file in D?...


structd

Read More
How to do IPC using Unix Domain Socket in D?...


dunix-socket

Read More
RAI in D for structs, avoiding expensive copying...


constructorresourcesdestructord

Read More
D (dlang) passing a lambda function as argument...


functionlambdadelegatesargumentsd

Read More
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
BackNext