July 17 DIP Ideas » Re: Make printf safe | |||
|---|---|---|---|
| |||
And the function will still perform pointer arithmetic. | |||
July 17 DIP Ideas » Re: Make printf safe | |||
|---|---|---|---|
| |||
[`@safe` functions cannot perform pointer arithmetic](https://dlang.org/spec/function.html#safe-functions), but... | |||
July 12 Announce » D Language Foundation April 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...for `opAssign`, then afterward it didn't perform a move, but instead did a `memcpy... | |||
June 25 Learn » Re: Why `foo.x.saa.aa` and `foo.y.saa.aa` is the same? `shared_AA.saa` should still be instance variable, not class variable, right? | |||
|---|---|---|---|
| |||
...initializer it gets put into that initialized value. The constructor does not perform the initializer. | |||
June 12 Learn » Re: How to use D without the GC ? | |||
|---|---|---|---|
| |||
...then we use an index, we can perform a bound check. I am not sure... | |||
May 16 General » Re: Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...is out of binary then you can perform a load against ``ModuleInfo*``, but you cannot... | |||
May 02 DIP Development » Re: First Draft: ref For Variable Declarations | |||
|---|---|---|---|
| |||
```d ref perform() => a + b; return perform; ``` | |||
May 02 DIP Development » Re: First Draft: ref For Variable Declarations | |||
|---|---|---|---|
| |||
...int a, int b) {
alias Perform = a + b;
return Perform;
}
```
This is far more expected... | |||
April 28 DIP Ideas » Re: Rethink OOP access permissions | |||
|---|---|---|---|
| |||
...the values, to see if you can perform operators (modify in place). The C# ``readonly... | |||
April 27 Issues » [Issue 24523] writeln doesn't memoize its templates | |||
|---|---|---|---|
| |||
...into multiple `write` calls is going to perform worse (and potentially cause weird outputs) as... | |||
Copyright © 1999-2021 by the D Language Foundation