May 29 Learn » need help to use C++ callback from garnet | |||
|---|---|---|---|
| |||
...dest, length, callback, context); } ``` I need to define `FASTER::core::AsyncIOCallback callback` from D, any... | |||
May 21 DIP Ideas » Template and Type Literals | |||
|---|---|---|---|
| |||
...be to use if you had to define and pass the function/predicate/… by... | |||
May 18 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...anyway. But infinite ranges will have to define their own opDollar regardless, since they need... | |||
May 18 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...infinite range with slicing will have to define a finite range that follows all of... | |||
May 17 Issues » [Issue 24554] New: Clarrification for bad codegen on postfix operators | |||
|---|---|---|---|
| |||
...int d = 42;
bool o = d > d++;
}
```
```
define i32 @_Dmain({ i64, ptr } %unnamed) #0 {
%d... | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
Essentially, that requires that opDollar define the common arithmetic operations (except maybe multiplication). I'll... | |||
May 17 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...it will all just work if I define a complex opDollar, I can easily imagine... | |||
May 16 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...and over in their code will just define `ichar = immutable(char)` and go with `ichar... | |||
May 16 General » Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...for copying and assignment, we cannot actually define the semantics of copying or assignment for... | |||
May 16 General » Shared libraries, symbol visibilities, Posix vs. Windows | |||
|---|---|---|---|
| |||
...loader 'unifies' dynamic symbols if multiple binaries define it (probably using the first encountered symbol... | |||
Copyright © 1999-2021 by the D Language Foundation