January 24, 2022 General » Re: Is there any real reason to use "const"? | |||
|---|---|---|---|
| |||
...its parameter, or the outer function's return type, or the outer function's parameter... | |||
January 19, 2022 Learn » Re: automate tuple creation | |||
|---|---|---|---|
| |||
...just assemble slices of it in the outer block, like this: uint[][] createBoolMatrix(size_t... | |||
January 19, 2022 Learn » Re: automate tuple creation | |||
|---|---|---|---|
| |||
...n) {
auto result = new uint[][n]; // allocate outer array
foreach (ref row; result) {
row = new... | |||
January 17, 2022 General » Re: Integrated code formatter | |||
|---|---|---|---|
| |||
...more array elements per line in your outer array, let's save some space!" -- because... | |||
December 26, 2021 Learn » Re: Double bracket "{{" for scoping static foreach is no longer part of D | |||
|---|---|---|---|
| |||
...d do the second bracket as the outer/first one is stripped out. I need... | |||
December 23, 2021 General » SAOC LLDB D integration: 14th Weekly Update | |||
|---|---|---|---|
| |||
...functions with the context of the parent outer function). I haven't explored much about... | |||
December 13, 2021 Issues » [Issue 17743] Type system hole: escaping inout delegates | |||
|---|---|---|---|
| |||
...nested functions use inout qialifier of the outer function. Then an easy way to fix... | |||
November 27, 2021 Issues » [Issue 22550] New: tail const C++ class not usable on Windows | |||
|---|---|---|---|
| |||
...const. It works on Linux, because the outer const is already ignored for the mangling... | |||
November 27, 2021 General » Re: DIP1000: Walter's proposal to resolve ambiguity of ref-return-scope parameters | |||
|---|---|---|---|
| |||
...getArray(const ref this) { return a; }
```
The outer `const` can only apply to the return... | |||
November 12, 2021 General » Re: Challenge: write a reference counted slice that works as much as possible like a built-in slice | |||
|---|---|---|---|
| |||
...For a value reference type, with the outer type being ``const`` is equivalent to just... | |||
Copyright © 1999-2021 by the D Language Foundation