January 16, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
...alias this` is considered broken are: 1) It's implementation is buggy, 2) Multiple `alias... | |||
January 16, 2023 General » Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
...ma that the situation with multiple alias this and alias this in classes was hopelessly... | |||
January 16, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...with @property for that code to work. 'alias this' is also unnecessary. You wrote "This... | |||
January 16, 2023 General » Re: Should have @property | |||
|---|---|---|---|
| |||
...T value;
this(T v) { value = v; };
alias opCall this;
@property opCall() inout {
return value... | |||
January 16, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...T value;
this(T v) { value = v; };
alias opCall this;
@property opCall() inout {
return value... | |||
January 16, 2023 Learn » Re: Why not allow elementwise operations on tuples? | |||
|---|---|---|---|
| |||
...your claim (it uses static array) 2. `alias impl this;` introduces some unexpected interactions (e... | |||
January 15, 2023 Issues » [Issue 23632] New: [ImportC] undefined identifier `_Float128` | |||
|---|---|---|---|
| |||
...MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify)
__attribute__ ((__const__));
/* Test for negative number. */
__MATHDECL_ALIAS... | |||
January 15, 2023 General » Should have @property | |||
|---|---|---|---|
| |||
...V payload;
this(V x)
{
payload = x;
}
alias opCall this;
@property: // <-- should be here... | |||
January 15, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23620 --- Comment #7 from Max Samukha <maxsamukha... | |||
January 15, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23620 --- Comment #6 from Salih Dincer <salihdb... | |||
Copyright © 1999-2021 by the D Language Foundation