Search

August 16
General »
...right now it’s a way of making parameters `const`, but since it has to be...
August 16
General »
...should use ``ref`` and ``out`` on function parameters instead of requiring an extra taking a...
August 15
General »
...code multiple times with exactly the same parameters should result into the exactly same results...
August 10
Learn »
...high level consumers just receive the useful parameters: https://gitlab.com/basile.b/kheops/-/blob...
August 10
Learn »
...need help converting the structure `Event_2` into 2 `ulong` parameters `type_code_value`, `r3`.
August 09
General »
...default and your code doesn’t treat those parameters as if they’re also `scope`.

You were...
August 08
General »
...them take `immutable(char)[]` (AKA `string`) as parameters:
- [`strip`](https://dlang.org/phobos/std_string...
August 08
General »
...old redundant way of using `const` for parameters. It also doesn’t let you specify what...
August 08
Learn »
Named template parameters were mentioned in [the DIP](https://github.com/dlang/DIPs/blob/master...
August 08
Learn »
...placed last. I just want to avoid having to resort to `Flag!"bar" bar` parameters.
9 10 11 12 13 14 15 16 17 18 19 20
Next ›   Last »