January 16, 2023 General » Re: Should have @property | |||
|---|---|---|---|
| |||
...value;
}
}
enum one= Index!int(1)();
int[one] a = 1;
int[Index!int(2)()] b... | |||
January 16, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...value;
}
}
enum one= Index!int(1)();
int[one] a = 1;
int[Index!int(2)()] b... | |||
January 15, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...understand. Static array declaration expects an integer. 'Index' implicitly converts to an integer. Why should... | |||
January 15, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...typeof(index2) == size_t) ); // but: enum index = Index(); int[index + 1] d; // automatic conversion d... | |||
January 14, 2023 Issues » [Issue 23620] 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...main()
{
struct Index
{
size_t value;
alias value this;
}
enum size_t i = Index();
int... | |||
January 14, 2023 Learn » Re: Failed to archive JPEG (ArchiveMember): Invalid UTF-8 sequence (at index 1) | |||
|---|---|---|---|
| |||
Thank you for such a quick reply! It solved my issue! | |||
January 14, 2023 Learn » Re: Failed to archive JPEG (ArchiveMember): Invalid UTF-8 sequence (at index 1) | |||
|---|---|---|---|
| |||
A jpeg image is not a text file. Read it with `std.file.read()` instead... | |||
January 14, 2023 Learn » Failed to archive JPEG (ArchiveMember): Invalid UTF-8 sequence (at index 1) | |||
|---|---|---|---|
| |||
Please, help me solve the annoying error above. I've been refactoring and rewriting code... | |||
January 11, 2023 Issues » [Issue 23620] New: 'alias this' is not respected in static array length position | |||
|---|---|---|---|
| |||
...gmail.com
struct Index
{
uint value;
alias value this;
}
enum i = Index();
int[i] a... | |||
January 09, 2023 Issues » [Issue 23612] Template constraints article not listed in article index | |||
|---|---|---|---|
| |||
...Template constraints article not listed in article index https://github.com/dlang/dlang.org/pull... | |||
Copyright © 1999-2021 by the D Language Foundation