October 01 General » Re: Move Constructors - Converting Lvalues to Rvalues | |||
|---|---|---|---|
| |||
...the lines of `nove` and `moveEmplace`. The public DRuntime functions would forward or alias to... | |||
September 30 General » Re: What was so crazy about IFTI for parent agregate via ctor call ? | |||
|---|---|---|---|
| |||
C++17 got this already... D used to leave C++ in the dust. https://en... | |||
September 25 Issues » [Issue 24392] Installer not working: Can't check signature: No public key | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24392 Martin Nowak <code@dawg.eu> changed... | |||
September 25 Issues » [Issue 24392] Installer not working: Can't check signature: No public key | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24392 Martin Nowak <code@dawg.eu> changed... | |||
September 25 Issues » [Issue 24392] Installer not working: Can't check signature: No public key | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24392 --- Comment #3 from Martin Nowak <code... | |||
September 22 Learn » Easy way for FFI | |||
|---|---|---|---|
| |||
...header file from a D module with public functions, structs which are declared with extern... | |||
September 14 General » Re: Standard way to supply hints to branches | |||
|---|---|---|---|
| |||
Statements are not DRY but expressions would be.
```d
void dry(int i)
{
if(expect... | |||
September 13 General » Re: Standard way to supply hints to branches | |||
|---|---|---|---|
| |||
ifrarely is nice, but I prefer swift style guard.
```swift
func ex(maybe : Int?)
{
guard... | |||
September 10 General » Re: Standard way to supply hints to branches | |||
|---|---|---|---|
| |||
I had similar thoughts. unlikely(...) ...; else ...; | |||
September 09 DIP Ideas » Re: import(__FILE_LITERAL__) | |||
|---|---|---|---|
| |||
I like this idea, I had the same need, although wouldn't it work with... | |||
Copyright © 1999-2021 by the D Language Foundation