October 05, 2020 Issues » [Issue 21293] New: cxx-headers-test build target segfaults | |||
|---|---|---|---|
| |||
...303 extern (D) inout(T)[] opSlice() inout nothrow pure @nogc
304 {
-> 305 return data[0... | |||
October 01, 2020 General » Re: TypeFunction example creatiing a conversion matrix | |||
|---|---|---|---|
| |||
...const pure nothrow:
immutable(MyTypeInfo) returnType();
immutable(MyTypeInfo)[] paramsTypes();
}
interface MyTypeInfoClass {
const pure nothrow:
immutable... | |||
September 30, 2020 Issues » [Issue 21285] New: Delegate covariance broken | |||
|---|---|---|---|
| |||
...nothrow @nogc @safe to void delegate(string) pure @safe -------- Surely `void delegate(string) pure nothrow... | |||
September 29, 2020 Learn » Re: Accessing non-binary Unicode properties with std.uni | |||
|---|---|---|---|
| |||
...dependency):
bool isWide(dchar ch) @safe pure nothrow @nogc
{
if (ch < 63744)
{
if (ch < 12880... | |||
September 24, 2020 Announce » sumtype 0.10.0: multiple dispatch | |||
|---|---|---|---|
| |||
...types (`This`). - Works with `pure`, `@safe`, `@nogc`, `nothrow`, and `immutable` (★) - Compatible with `-betterC` and... | |||
September 22, 2020 General » Re: phobos src level stats | |||
|---|---|---|---|
| |||
...for that:
ulong countEmptyLines(string rawText) @nogc nothrow pure @safe
{
ulong empties;
lineLoop: foreach (line... | |||
September 20, 2020 General » Re: More CI woes | |||
|---|---|---|---|
| |||
...parsing type 'const(void function()* function() pure nothrow @property @nogc)': Missing ')' for 'const('
Function object... | |||
September 19, 2020 General » More CI woes | |||
|---|---|---|---|
| |||
...parsing type 'const(void function()* function() pure nothrow @property @nogc)': Missing ')' for 'const('". Is it... | |||
September 16, 2020 Issues » [Issue 21253] New: Can't compile Variant.visit!(...) with generic function | |||
|---|---|---|---|
| |||
...VariantN!(4u, A, B), function (B _) pure nothrow @nogc @safe => 42, (a) => a.n) code... | |||
September 11, 2020 Learn » Re: Vibe-D File Question | |||
|---|---|---|---|
| |||
...fun);
}
void fun(HTTPServerRequest req, HTTPServerResponse res) nothrow
{
try
{
res.headers["Content-Disposition"] = "filename=\"muj... | |||
Copyright © 1999-2021 by the D Language Foundation