April 01 General » Re: std.traits.ParameterIdentifierTuple producing empty results. | |||
|---|---|---|---|
| |||
...it's possible to make the `is(__parameters)` check work there without changing the language... | |||
April 01 General » std.traits.ParameterIdentifierTuple producing empty results. | |||
|---|---|---|---|
| |||
...html#ParameterIdentifierTuple) produces the names of its parameters at compile time. ```D int foo(int... | |||
April 01 Learn » Re: Opinions on iterating a struct to absorb the decoding of a CSV? | |||
|---|---|---|---|
| |||
...t%s %s %s", ReturnType!FUNC.stringof, Parameters!FUNC.stringof, ParameterIdentifierTuple!FUNC.stringof); // Useful } } else... | |||
March 29 DIP Ideas » Re: Type state analysis | |||
|---|---|---|---|
| |||
...types 4. pointed to types 5. function parameters I suspect that would make it bulletproof... | |||
March 30 DIP Ideas » Re: Type state analysis | |||
|---|---|---|---|
| |||
...type states input and output for functions parameters and return value if the defaults are... | |||
March 29 General » Re: Side-Effect System in D | |||
|---|---|---|---|
| |||
...that are representable by types of the parameters but that indicate a bug in the... | |||
March 26 Issues » [Issue 24454] New: Disallow initialization of non-static reference type data members by non-immutable values or rvalues | |||
|---|---|---|---|
| |||
...individually constructed, such that even with equal parameters, there are meaningful differences between instances, this... | |||
March 23 Learn » Re: Reworking the control flow for my tactical role-playing game | |||
|---|---|---|---|
| |||
...just used `Unit.xlocation` & `Unit.ylocation` as parameters for `Map.getTile` instead? I'm not... | |||
March 20 Announce » Re: Beta 2.108.0 | |||
|---|---|---|---|
| |||
...to make sure I don't confuse parameters.
```d
auto doThing(
const string what,
const... | |||
March 20 General » Re: tuple-syntax | |||
|---|---|---|---|
| |||
...think tuples should automatically expand into multiple parameters, which would cause cognitive trouble. func0( (void... | |||
Copyright © 1999-2021 by the D Language Foundation