Search code examples
Should std.algorithm.find demand a reference to range elements?...


dphobos

Read More
std.json - Any way to check if a JSONValue has a particular field...


jsondphobos

Read More
std.json - A bit confused with TRUE, FALSE and NULL values...


jsondphobos

Read More
How to mock standard library functions in D...


functionunit-testingmockingdphobos

Read More
Phobos library function for converting a uint to binary string...


dphobos

Read More
Does the D language have multiple standard libraries and issues with GC?...


dphobostango

Read More
Reading a single character from stdin in D...


dphobos

Read More
D: Cannot seem to create an std.container.Array of const struct pointers...


pointersdconst-correctnessphobos

Read More
Representing optional values in D...


dphobos

Read More
Comparing pointers to structs for the purpose of Phobos' Binary Heap...


pointersstructdphobosbinary-heap

Read More
Return value of std.regex.regex?...


regexdphobos

Read More
Deterministic destruction of container-owned objects (or how to put a Unique (std.typecons.Unique) i...


dunique-ptrraiideterministicphobos

Read More
Cannot resolve type for template function...


templatesdphobos

Read More
Is D backwards compatible with C if you use the C libraries?...


cdbackwards-compatibilityphobos

Read More
Offline copy of Phobos documentation...


documentationdphobos

Read More
std.algorithm.joiner(string[],string) - why result elements are dchar and not char?...


ddmdphobos

Read More
Odd behaviour from Array in BinaryHeap...


dphobos

Read More
DMD linking fails because of missing _adCmp2 and _adEq2...


linker-errorsddmdphobos

Read More
D: Escaping spaces in a string...


replaceescapingdphobos

Read More
In-Place Ordering of Elements...


din-placephobos

Read More
D Socket Programming Basic Connection Script...


socketsdphobos

Read More
Attempt string-to-real conversion in D without exceptions...


parsingtype-conversiondphobos

Read More
Segfault in D for too large inputs...


segmentation-faultdphobos

Read More
Using std.array.replace on the result of std.algorithm.map...


dphobos

Read More
Return dynamic type...


dvariantdynamic-typingphobos

Read More
D/Phobos Style guide...


coding-styledphobos

Read More
How to detect if a function is annotated with @property...


dphobos

Read More
equivalent of remove_if in D...


c++algorithmdidiomsphobos

Read More
Object.Error: Access Violation when printing result of std.algorithm.cartesianProduct...


dphobos

Read More
std.regex.regex() not pure. Why?...


dphobos

Read More
BackNext