April 08 Learn » Re: "Error: `TypeInfo` cannot be used with -betterC" on a CTFE function | |||
|---|---|---|---|
| |||
...You would replace it with whatever template parameters you want (including nothing). It's there... | |||
April 07 Learn » "Error: `TypeInfo` cannot be used with -betterC" on a CTFE function | |||
|---|---|---|---|
| |||
...one or more `const(char)*` or `char*` parameters and makes an overload that accepts D... | |||
April 04 Learn » How best to implement items and weapons in my RPG. Nested classes? Delegates? | |||
|---|---|---|---|
| |||
...reference to it's unit in the parameters, or the relevant attributes of the unit. | |||
April 03 Announce » Re: D Language Foundation January 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...myself needing a separate section for template parameters, but I've come across a number... | |||
April 03 Announce » D Language Foundation January 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...documenting template parameters vs. regular paramters, was there a separate segment for template parameters? In... | |||
April 03 General » Re: std.traits.ParameterIdentifierTuple producing empty results. | |||
|---|---|---|---|
| |||
...the bizarre __parameters tuple PS permits the declaration of a function with those parameters including... | |||
April 03 General » Re: std.traits.ParameterIdentifierTuple producing empty results. | |||
|---|---|---|---|
| |||
...no identifiers
static if (is(Foo PS == __parameters))
void f(PS);
pragma(msg, ParameterIdentifierTuple!f... | |||
April 02 Learn » Re: Boneheaded question regarding compilation... | |||
|---|---|---|---|
| |||
Those are indeed Linux parameters and not windows compatible. This can’t be fixed by switching... | |||
April 02 General » Re: Garbage Collection for Systems Programmers | |||
|---|---|---|---|
| |||
...feature for my engine which used lazy parameters. My loop time reduced by about 80... | |||
April 02 General » Re: std.traits.ParameterIdentifierTuple producing empty results. | |||
|---|---|---|---|
| |||
...Thank you. I looked into `is()` with `__parameters` and the documentation is a bit sparse... | |||
Copyright © 1999-2021 by the D Language Foundation