Search

April 28
Issues »
...auto foo(R)(R r)
{
    return Foo!R...range;
    }
---

then the assertion inside of opAssign actually...
April 26
DIP Ideas »
...moment, a class definition inside a module that...as useful as: int foo(T* p); "Is...
April 03
DIP Ideas »
...foo {
   case x;
   case y;
   case z;
   // constructors?
   this(int n) { this._value = cast(foo...
April 02
DIP Ideas »
...also couldn't do something like

    auto foo(A a) {...}

and pass it A.x...
March 30
DIP Ideas »
...lists?

Could you do this for functions `foo(static if(bar){1},2)`?

is changing...
March 23
Learn »
...alias U = Unconst!T;

inside the function, but...you pass a const Foo - or a const...
March 13
General »
...comment after line `void foo(int i) {`):
```d...be not nullable type inside branch. Certainly variable...
March 07
General »
...3.14f;
}

foo = getPi();
barFloat(foo); // Illegal, use:
if (foo is float) { // inside this scope...
February 29
DIP Ideas »
Inside 5 layers of metaprogramming a mild inconsistency...function header such as `foo(T)(T a...
January 21, 2024
Learn »
...this would look as:
```d
let names =["foo";"bar";"baz"] in
let funmap = List.map...
1 2 3
Next ›   Last »