September 29, 2023 Issues » [Issue 24169] Confusion between array literal and associative array literal | |||
|---|---|---|---|
| |||
...key type is not integrably promotable to size_t
-or-
the range of key values... | |||
September 28, 2023 Learn » Binary size optimization | |||
|---|---|---|---|
| |||
...didn't try dmd since I couldn't...default lib and the size is even smaller... | |||
September 27, 2023 Issues » [Issue 24166] New: strange errors returning references to void | |||
|---|---|---|---|
| |||
...a baseline:
auto ref foo(T)(T[] a, size_t i) {
return a[i];
}
void... | |||
September 26, 2023 Issues » [Issue 24162] Another example of why @safe is broken | |||
|---|---|---|---|
| |||
...can't know what the intention of memory is, it just looks at size and... | |||
September 26, 2023 Issues » [Issue 24163] New: Floating-point variadic array bug | |||
|---|---|---|---|
| |||
...t x, real_t y) { this.x = x; this.y = y; }
}
Vector2 foo(size_t... | |||
September 24, 2023 General » Re: I love D | |||
|---|---|---|---|
| |||
...day in terms of size and speed. However...In D, I don't know what the... | |||
September 21, 2023 Learn » Re: C to D: please help translate this weird macro | |||
|---|---|---|---|
| |||
...of(P, T)(P ptr, T type, size_t member_offsetof)
{
return cast(T*)(cast... | |||
September 19, 2023 General » Re: Is it possible to override and overload class Object? | |||
|---|---|---|---|
| |||
...A0size_t%20length;%0A%20%C2%A0%0A%20%C2%A0ref%20auto%20opIndex(size_t... | |||
September 19, 2023 General » Re: Is it possible to override and overload class Object? | |||
|---|---|---|---|
| |||
...A0size_t%20length;%0A%20%C2%A0%0A%20%C2%A0ref%20auto%20opIndex(size_t... | |||
September 19, 2023 General » Re: Is it possible to override and overload class Object? | |||
|---|---|---|---|
| |||
...very winding road :(
For example:
```d
string[size_t] data;
void main()
{
data = [0: "zero... | |||
Copyright © 1999-2021 by the D Language Foundation