Search

1 day ago
DIP Ideas »
...isn't an issue here, you can swap it to a method later on and...
1 day ago
DIP Ideas »
...field public is so that you can swap out the implementation later without breaking the...
6 days ago
Issues »
https://issues.dlang.org/show_bug.cgi?id=24285

--- Comment #2 from dlangBugzillaToGithub <robert.schadek...
November 21
DIP Development »
...Check out the implementation of std.algorithm.swap.

Aliasing between non-`ref` parameters (or across...
November 16
Issues »
...a system with 8GB of memory and swap.

This is encountered as part of an...
November 10
General »
...while ideally, you'd be able to swap between @property functions and actual fields seemlessly...
November 10
DIP Development »
...int* input) {
	return input;
}
```

But swap isn't.

```d
void swap(
     ?initialized,initialized @escape(b...
November 09
DIP Development »
Doesn't a swap function get arguments passed by `ref`?

This can work, but if...
November 10
DIP Development »
...1. We'll need to introduce a swap builtin, since we have no way to...
November 09
General »
...show_bug.cgi?id=24138)
[24285 - Cannot swap a std.typecons.Tuple](https://issues.dlang...
« First   ‹ Prev
1 2
Next ›   Last »