Search

November 26
Learn »
In this case the specific limitation getting in the way is that you cannot pass...
November 26
Learn »
...just be allowed to be returned when parameters are not inout. The equivalent would just...
November 25
Learn »
Yeah, dealing with inout in templated code is surprisingly annoying. There are cases where it...
November 25
Learn »
I see you reported it. Thank you.
https://issues.dlang.org/show_bug.cgi?id...
November 25
Issues »
...1227): Error: variable `std.conv.value` -
only parameters or stack-based variables can be `inout...
November 25
Learn »
Yes, this is a bug. Because of the weird restrictions on `inout`, it's very...
November 25
Learn »
...E) e)
{
    //writeln(e.to!string); // only parameters or stack-based variables can be `inout...
November 21
Issues »
...some C APIs. GLib uses const void* parameters (aliased as gconstpointer) here: https://docs.gtk...
November 21
Issues »
...void* would render the const on the parameters of such a function pointless.

And while...
November 21
DIP Development »
Well, aliasing between `ref` parameters is an expected thing that can occur. Backends and users...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »