August 16 General » Re: `const ref T` or `ref const T`? | |||
|---|---|---|---|
| |||
...right now it’s a way of making parameters `const`, but since it has to be... | |||
August 16 General » Re: `const ref T` or `ref const T`? | |||
|---|---|---|---|
| |||
...should use ``ref`` and ``out`` on function parameters instead of requiring an extra taking a... | |||
August 15 General » Re: Differences in results when using the same function in CTFE and Runtime | |||
|---|---|---|---|
| |||
...code multiple times with exactly the same parameters should result into the exactly same results... | |||
August 10 Learn » Re: Event struct via registers | |||
|---|---|---|---|
| |||
...high level consumers just receive the useful parameters: https://gitlab.com/basile.b/kheops/-/blob... | |||
August 10 Learn » Re: Event struct via registers | |||
|---|---|---|---|
| |||
...need help converting the structure `Event_2` into 2 `ulong` parameters `type_code_value`, `r3`. | |||
August 09 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...default and your code doesn’t treat those parameters as if they’re also `scope`. You were... | |||
August 08 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...them take `immutable(char)[]` (AKA `string`) as parameters: - [`strip`](https://dlang.org/phobos/std_string... | |||
August 08 General » Re: I wrote an AR archive (.a files) parser in D | |||
|---|---|---|---|
| |||
...old redundant way of using `const` for parameters. It also doesn’t let you specify what... | |||
August 08 Learn » Re: Named template arguments | |||
|---|---|---|---|
| |||
Named template parameters were mentioned in [the DIP](https://github.com/dlang/DIPs/blob/master... | |||
August 08 Learn » Named template arguments | |||
|---|---|---|---|
| |||
...placed last. I just want to avoid having to resort to `Flag!"bar" bar` parameters. | |||
Copyright © 1999-2021 by the D Language Foundation