March 07 DIP Development » Re: DIP: add Bit Fields | |||
|---|---|---|---|
| |||
...arguments removed
u1 inoutParam; // inout on the parameters
u1 inoutQual; // inout on the qualifier
u5... | |||
March 02 LDC » Re: Need help about LLVM build coroutine | |||
|---|---|---|---|
| |||
...create a LLIR function which accept 2 parameters, first one is a pointer of coroutine... | |||
February 27 General » importC reflection drop const attribute bugs | |||
|---|---|---|---|
| |||
...pass T as alias to template, I will loss parameters name. (ParameterIdentifierTuple return empty string) | |||
February 26 General » Re: [Feature Request] Keywords for symbol operators | |||
|---|---|---|---|
| |||
...should specify the type of the lambda parameters, so that `and`, `or`, and `not` dont... | |||
February 20, 2024 Learn » Using ImportC to augment a big C project with D | |||
|---|---|---|---|
| |||
...just saw the announcement that macros with parameters are now translated into D by ImportC... | |||
February 19, 2024 General » Re: What is the reasoning behind the lack of conversions when passing parameters | |||
|---|---|---|---|
| |||
...IFTI infers template types from function call parameters, we could have a rule that if... | |||
February 16, 2024 General » Re: What is the reasoning behind the lack of conversions when passing parameters | |||
|---|---|---|---|
| |||
Further to the above, examination of the documentation of std.variant shows that it also... | |||
February 15, 2024 General » Re: Thoughts on Backward Compatibility | |||
|---|---|---|---|
| |||
...a clear migration path -- isClose has different parameters with subtly different semantics from approxEqual, and... | |||
February 15, 2024 General » Re: What is the reasoning behind the lack of conversions when passing parameters | |||
|---|---|---|---|
| |||
OK, I was asking if Any could explicitly be added to the language for the... | |||
February 15, 2024 General » Re: New @safe rule: defensive closures | |||
|---|---|---|---|
| |||
...shouldn't. They should require annotating their parameters with `return`. Now in itself this is... | |||
Copyright © 1999-2021 by the D Language Foundation