Search

October 03
General »
...T` can be properly inferred.

If you remove the `*` from `x` and `y`, the `T...
October 01
Issues »
...long with the L suffix. You can remove the L suffix, or replace it with...
September 27
DIP Ideas »
...If the message references the loop variable, remove the message.

If the invariant uses block...
September 26
DIP Ideas »
...end=somefunc(foo);
	foo[start..end].writeln;
}
```

Remove the restrictions on op overloads needing to...
September 24
General »
...I’d propose to deprecate or even outright remove/ban `TypeCtor ( Type )` as a base class...
September 19
Issues »
...to be altering your compile command to remove this, nor tell the linker how to...
September 16
General »
...iostream>
using namespace std;

//* <--For other solution remove the first character
enum Days
{
  Sunday, Monday...
September 09
Learn »
...string encoded) {
    import std.string: indexOf, stripRight;

    // Remove padding if present
    encoded = encoded.stripRight("=");

    ubyte...
September 06
General »
...of the codebase.

So the "lets just remove the GC completely", or "just use a...
September 03
Learn »
...UTC, monkyyy wrote:

Duh !
You're right, remove does take indices or ranges.
Using filter...
1 2 3 4 5 6 7 8
Next ›   Last »