Search

May 29
Learn »
...instead (without quotes).

```d
enum Status : ubyte {
  Ok = 0,
  Pending = 1,
  NotFound = 2,
  OutOfMemory = 3...
May 27
Issues »
...ok
    assert(text(ndarr.map!(e => e.save)) == "[[1, 2, 3], [1, 2, 3]]"); // ok...
May 27
Issues »
...S a;
    a ~= 0; // OK

    auto b = &a;
    b.opOpAssign!"~"(0); // OK

    b ~= 0; // NG...
May 25
Issues »
...a && str.length > 1 && str[1] == 'a') {} // ok
if(b && str.length > 1 && str[1...
May 17
DIP Ideas »
...unsolvable problem with the current range api

ok, I was wrong (still on team 3...
May 16
Issues »
...I have no idea what I was thinking those 13 years ago. OK to close ;)

--
May 16
General »
????

????

ok, thats *half* the problem; how does `hello 😀 world`.byUnicode(flag.charIndex).indexOf('w...
May 16
General »
...build systems one can use for both.

Ok, how is it being used in a...
May 14
General »
...I understand the relevance of the example.

Ok.

Can't we do what C++ does...
May 14
DIP Ideas »
...z)
and can be called by foo(10) is ok but foo(1000) should failed
4 5 6 7 8 9 10 11 12 13 14 15
Next ›   Last »