Search

September 23
DIP Development »
...is no other way to parse `(Type)(Parameters) FunctionLiteralBody`.

I going to look into this...
September 22
General »
...the exact same name, return type,and parameters.
I worked on it and used the...
September 22
DIP Development »
...parameters, but
it results in a syntax error, because the parens are parsed as
parameters...
September 13
Issues »
...variable counts as a local variable. `ref` parameters freely bind to any lvalue in @safe...
September 12
DIP Ideas »
...to invent a new set of design parameters.

```d
sumtype S = :None | int;
sumtype S2...
September 06
DIP Ideas »
...In `foreach` statements and in function literal parameters, the `ref` storage class can be applied...
September 05
DIP Ideas »
I don’t know if I like it or hate it. In contrast to the other...
September 05
General »
...Type ]

SequenceSlice:
    [ AssignExpression .. AssignExpression ]

CallableSuffix:
    delegate Parameters MemberFunctionAttributes?
    function Parameters FunctionAttributes?
```

The reason for grouping...
September 03
DIP Ideas »
...capture all kinds of possible assignments between parameters, globals, and the return value. And while...
September 03
DIP Ideas »
...delegate.
- ``__unknown``, for exceptions, and globals.
- ``__parameters``, for all parameters, except the current one.
- Any...
5 6 7 8 9 10 11 12 13 14 15 16
Next ›   Last »