6 days ago Issues » [Issue 20300] memoize doesn't work with default params | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=20300 --- Comment #1 from dlangBugzillaToGithub <robert.schadek... | |||
6 days ago Issues » [Issue 16989] Ensure that every Phobos function has Returns/Params | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=16989 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
November 09 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...limiting its applicability to local variables (incl. params) only, where the destruction could be controlled... | |||
October 13 General » move+forward as intrinsics, incl. revised forward semantics for perfect forwarding | |||
|---|---|---|---|
| |||
...destructed earlier) * only valid for locals (incl. params), the destruction of other lvalues cannot be... | |||
September 25 DIP Ideas » Re: Symbol Registration | |||
|---|---|---|---|
| |||
...it has params
static if (is(typeof( __traits(getMember, THIS_MODULE, member)) params == __parameters))
{
// LINFO... | |||
September 23 DIP Development » Re: Third and Hopefully Last Draft: Primary Type Syntax | |||
|---|---|---|---|
| |||
...figure out if it’s seeing `(Params) FunctionLiteralBody` or `(Type)(params) FunctionLiteralBody`. It might be noteworthy... | |||
August 03 DIP Development » Re: First Draft: Making printf @safe | |||
|---|---|---|---|
| |||
...D
void printfWrapper(string fmt, P...)(P params) @trusted
{
// ...
}
void main() @safe
{
string s = "World... | |||
May 14 Announce » D Language Foundation January 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...change because they'd take those `in` params by reference. But if you were using... | |||
May 14 Announce » Re: Sokol now has official D bindings | |||
|---|---|---|---|
| |||
...i could gather, problems encountered: - rvalue ref params (wich led to someone telling him to... | |||
April 10 Issues » [Issue 22501] Improve lambda inference for delegate type template params | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22501 Nick Treleaven <nick@geany.org> changed... | |||
Copyright © 1999-2021 by the D Language Foundation