Search

November 28, 2022
General »
...make sense to move them to the outer scope (and then optionally alias inside the...
November 20, 2022
General »
...work, and it can shadow variables from outer scopes (which is also a breaking change...
October 18, 2022
Learn »
...a much better idea to parallelize the outer loop. Even OpenMP tutorials explain this: https...
September 30, 2022
LDC »
...coming from slice args to an @trusted outer function that does all the bounds checking...
September 28, 2022
General »
...std.stdio;
void main()
{
  auto outer = Outer!int();
  with(outer)
  {
    x = 320;
    y = 240;
    z...
September 09, 2022
General »
...applies to the do then, not an outer loop. Also not clear until the end...
September 09, 2022
General »
...import core.stdc.stdio: printf;

void main()
{
    outer: for (size_t i = 0; i < 4...
September 07, 2022
Issues »
...construct nested class `SingleStore`
because no implicit `this` reference to outer class `MyStore` is available

--
August 29, 2022
Issues »
...any differently. Also, if you wanted
the outer function’s parameters, one can alias them.

void...
August 26, 2022
Issues »
...assigned to `outer` with longer
lifetime

which is a correct error message. `outer` lives longer...
2 3 4 5 6 7 8 9 10 11 12 13
Next ›   Last »