May 29 Learn » Re: need help to use C++ callback from garnet | |||
|---|---|---|---|
| |||
...instead (without quotes).
```d
enum Status : ubyte {
Ok = 0,
Pending = 1,
NotFound = 2,
OutOfMemory = 3... | |||
May 27 Issues » [Issue 24570] New: printing a range of ranges consumes sub-ranges | |||
|---|---|---|---|
| |||
...ok
assert(text(ndarr.map!(e => e.save)) == "[[1, 2, 3], [1, 2, 3]]"); // ok... | |||
May 27 Issues » [Issue 24569] New: operator overloading on pointer to value-type instances | |||
|---|---|---|---|
| |||
...S a;
a ~= 0; // OK
auto b = &a;
b.opOpAssign!"~"(0); // OK
b ~= 0; // NG... | |||
May 25 Issues » [Issue 24566] New: condition that starts with runtime value and uses compile time array does not short circuit | |||
|---|---|---|---|
| |||
...a && str.length > 1 && str[1] == 'a') {} // ok
if(b && str.length > 1 && str[1... | |||
May 17 DIP Ideas » Re: extending foreach for keyed ranges and other usage of datastructures | |||
|---|---|---|---|
| |||
...unsolvable problem with the current range api ok, I was wrong (still on team 3... | |||
May 16 Issues » [Issue 6297] cast() does not remove const or immutable on arrays and pointers | |||
|---|---|---|---|
| |||
...I have no idea what I was thinking those 13 years ago. OK to close ;) -- | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
????
????
ok, thats *half* the problem; how does `hello 😀 world`.byUnicode(flag.charIndex).indexOf('w... | |||
May 16 General » Re: Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...build systems one can use for both. Ok, how is it being used in a... | |||
May 14 General » Re: Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...I understand the relevance of the example. Ok. Can't we do what C++ does... | |||
May 14 DIP Ideas » Re: Deprecate implicit conversion between signed and unsigned integers | |||
|---|---|---|---|
| |||
...z) and can be called by foo(10) is ok but foo(1000) should failed | |||
Copyright © 1999-2021 by the D Language Foundation