1 day ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...isn't an issue here, you can swap it to a method later on and... | |||
1 day ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...field public is so that you can swap out the implementation later without breaking the... | |||
6 days ago Issues » [Issue 24285] Cannot swap a std.typecons.Tuple | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24285 --- Comment #2 from dlangBugzillaToGithub <robert.schadek... | |||
November 21 DIP Development » Re: __rvalue and Move Semantics first draft - aliasing problem/danger | |||
|---|---|---|---|
| |||
...Check out the implementation of std.algorithm.swap. Aliasing between non-`ref` parameters (or across... | |||
November 16 Issues » [Issue 24863] New: DMD v2.109.0 on OpenBSD out of memory when attempting to compile OneDrive for Linux | |||
|---|---|---|---|
| |||
...a system with 8GB of memory and swap. This is encountered as part of an... | |||
November 10 General » Re: What's the story with @property again? | |||
|---|---|---|---|
| |||
...while ideally, you'd be able to swap between @property functions and actual fields seemlessly... | |||
November 10 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...int* input) {
return input;
}
```
But swap isn't.
```d
void swap(
?initialized,initialized @escape(b... | |||
November 09 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
Doesn't a swap function get arguments passed by `ref`? This can work, but if... | |||
November 10 DIP Development » Re: __rvalue and Move Semantics first draft | |||
|---|---|---|---|
| |||
...1. We'll need to introduce a swap builtin, since we have no way to... | |||
November 09 General » Porting std.typecons to Phobos 3 | |||
|---|---|---|---|
| |||
...show_bug.cgi?id=24138) [24285 - Cannot swap a std.typecons.Tuple](https://issues.dlang... | |||
Copyright © 1999-2021 by the D Language Foundation