Search

April 01
General »
...it's possible to make the `is(__parameters)` check work there without changing the language...
April 01
General »
...html#ParameterIdentifierTuple) produces the names of its parameters at compile time.
```D
int foo(int...
April 01
Learn »
...t%s %s %s", ReturnType!FUNC.stringof, Parameters!FUNC.stringof, ParameterIdentifierTuple!FUNC.stringof); // Useful
			}
		} else...
March 29
DIP Ideas »
...types
4. pointed to types
5. function parameters

I suspect that would make it bulletproof...
March 30
DIP Ideas »
...type states input and output for functions parameters and return value if the defaults are...
March 29
General »
...that are representable by types of the parameters but that indicate a bug in the...
March 26
Issues »
...individually constructed, such that
even with equal parameters, there are meaningful differences between instances,
this...
March 23
Learn »
...just used `Unit.xlocation` & `Unit.ylocation` as parameters for `Map.getTile` instead?

I'm not...
March 20
Announce »
...to make sure I don't confuse parameters.

```d
auto doThing(
    const string what,
    const...
March 20
General »
...think tuples should automatically expand into multiple parameters, which would cause cognitive trouble.

func0( (void...
25 26 27 28 29 30 31 32 33 34 35 36
Next ›   Last »