Search code examples
What does cast do exactly?...


castingtype-conversionuniond

Read More
Non-blocking concurrent message receive...


multithreadingconcurrencydnonblocking

Read More
D language unsigned hash of string...


hashd

Read More
Why is this subclass' parent method call not polymorphic?...


oopinheritancepolymorphismd

Read More
How to get classinfo of object declared as an interface type...


typesd

Read More
When should I use logInfo and when writeln?...


loggingdvibed

Read More
Exported function symbol name mangling...


dllexportdname-mangling

Read More
Virtual static value types...


typesd

Read More
core.exception.OutOfMemoryError@(0) using a large dynamic array...


arraysdbigintegerdynamic-arrays

Read More
is expression ignores immutable/const?...


ddmd

Read More
Eclipse without JDT...


eclipsedeclipse-jdtddt

Read More
How to check internet connection status with vibed?...


dvibed

Read More
What makes D a good language?...


cd

Read More
Check if a File/DirEntry is Readable...


dfile-permissions

Read More
Access the generics arguments from a class in D...


d

Read More
Calling extern C function called with void*...


dffi

Read More
DLang - Template constraints - type must implement interface...


templatesconstraintsd

Read More
How to handle no command-line arguments in D?...


arraysd

Read More
splitting declaration from definition...


d

Read More
What is a "yield return" equivalent in the D programming language?...


ddmd

Read More
Windows SCSI ReadCapacity16 in D...


windowswinapidscsideviceiocontrol

Read More
Force the terminal output buffer to flush...


macosterminald

Read More
Is there method like python popitem for associative arrays in dlang?...


dassociative-array

Read More
Formatting a string in D...


string-formattingd

Read More
In D, how can I declare a hash of immutable types that is itself mutable?...


dimmutability

Read More
How do I prevent a function from being imported from my module?...


moduled

Read More
Execute compile time-compiled regex at compile time...


regexdcompile-time

Read More
D: How to create a new, empty binary heap to store integers?...


containersdbinary-heap

Read More
How to fix D "memory leaks"...


memory-leaksd

Read More
What does it mean that the D garbage collector is "not guaranteed to run the destructor for all...


garbage-collectionddestructorfinalizer

Read More
BackNext