Search

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...
May 16
General »
...for copying and assignment, we cannot actually define the semantics of copying or assignment for...
May 16
General »
...loader 'unifies' dynamic symbols if multiple binaries define it (probably using the first encountered symbol...
1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »