July 28, 2021 Issues » [Issue 22154] Pure functions should be able to use only the address of a global | |||
|---|---|---|---|
| |||
...from then passing it down to another pure function that will read / write to it ? -- | |||
July 28, 2021 Issues » [Issue 22154] New: Pure functions should be able to use only the address of a global | |||
|---|---|---|---|
| |||
...cgi?id=22154
Issue ID: 22154
Summary: Pure functions should be able to use only... | |||
July 25, 2021 General » Re: @system blocks and safer @trusted (ST) functions | |||
|---|---|---|---|
| |||
...the @safe <==> @system programming analog of "weakly pure": it's where some good degree of... | |||
July 21, 2021 General » Re: Enum literals, good? bad? what do you think? | |||
|---|---|---|---|
| |||
...complexity. For example, default construction then becomes pure and nothrow. Not everyone agrees, of course. | |||
July 21, 2021 General » Re: RFC: DIP draft for "Compiler-defined Attribute Consistency" | |||
|---|---|---|---|
| |||
If the proposal is just to allow `@pure` and `@nothrow` (and `@throw`, once DIP 1029... | |||
July 21, 2021 General » Re: RFC: DIP draft for "Compiler-defined Attribute Consistency" | |||
|---|---|---|---|
| |||
...and `export`. 4. The **Function Attribute Group**: `pure`, `nothrow`, `@nogc`, `@safe`, `@system`, `@trusted`, `@property`, and... | |||
July 21, 2021 General » Re: RFC: DIP draft for "Compiler-defined Attribute Consistency" | |||
|---|---|---|---|
| |||
...attributes)? As I see it, @nogc, @nothrow, @pure and @safe all define that something out... | |||
July 20, 2021 General » Re: What is that "enum function" supposed to be ? | |||
|---|---|---|---|
| |||
...const
immutable
inout
shared
__gshared
Property
nothrow
pure
ref
```
deprecated x = new Object;
@dummy y... | |||
July 19, 2021 Issues » [Issue 22130] [REG2.080.1][DIP1000] pure factory functions stopped working | |||
|---|---|---|---|
| |||
...22130, 17635 - pure factory functions" fixing this issue: - fix issues 22130, 17635 - pure factory functions... | |||
July 19, 2021 Issues » [Issue 17635] [REG 2.066.0] cannot convert unique immutable(int)** to immutable | |||
|---|---|---|---|
| |||
...22130, 17635 - pure factory functions" fixing this issue: - fix issues 22130, 17635 - pure factory functions... | |||
Copyright © 1999-2021 by the D Language Foundation