Search

June 02
DIP Ideas »
...if there are differences, newer editions *must define* the interactions like this between editions as...
May 31
Issues »
https://issues.dlang.org/show_bug.cgi?id=24261

Nick Treleaven <nick@geany.org> changed...
May 29
Learn »
...dest, length, callback, context);
	}
```

I need to define `FASTER::core::AsyncIOCallback callback` from D, any...
May 21
DIP Ideas »
...be to use if you had to define and pass the function/predicate/… by...
May 18
General »
...anyway. But infinite ranges will have to define their own opDollar regardless, since they need...
May 18
General »
...infinite range with slicing will have to define a finite range that follows all of...
May 17
Issues »
...int d = 42;
    bool o = d > d++;
}
```

```
define i32 @_Dmain({ i64, ptr } %unnamed) #0 {
  %d...
May 16
General »
Essentially, that requires that opDollar define the common arithmetic operations (except maybe multiplication). I'll...
May 17
General »
...it will all just work

if I define a complex opDollar, I can easily imagine...
May 16
DIP Ideas »
...and over in their code will just define `ichar = immutable(char)` and go with `ichar...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »