March 14, 2023 Issues » [Issue 23778] New: Code generator fails to handle __c_complex_real properly for Windows | |||
|---|---|---|---|
| |||
...Test code: ---- enum __c_long_double : double; alias __c_long_double c_long_double; struct... | |||
March 13, 2023 Issues » [Issue 23777] New: Can't strip shared qualifier from static array type | |||
|---|---|---|---|
| |||
...typeof(cast() a) == int[1])); --- --- // example 3 alias Unshared(T : shared(U), U) = U; static... | |||
March 13, 2023 Genel » Re: const ile alakalı basit bir hata | |||
|---|---|---|---|
| |||
...T x; @disable this(this); // alias x this; // işe yaramadı alias fmt = void delegate(in... | |||
March 13, 2023 Learn » Re: const in functions | |||
|---|---|---|---|
| |||
...T) {
T x;
alias x this;
this(T n) { x = n; }
}
alias Int = Foo!int... | |||
March 13, 2023 Issues » [Issue 21288] Wrong context pointer for alias this function | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21288 Dlang Bot <dlang-bot@dlang.rocks... | |||
March 12, 2023 General » Regression in getSymbolsByUDA :-( | |||
|---|---|---|---|
| |||
...it used to, returning instead an empty alias list. https://issues.dlang.org/show_bug... | |||
March 13, 2023 Issues » [Issue 23776] New: getSymbolsByUDA fails to fetch symbols from module | |||
|---|---|---|---|
| |||
...d------- import std.traits : getSymbolsByUDA; import mod; alias components = getSymbolsByUDA!(mod, Tag); static assert(components... | |||
March 12, 2023 Learn » Re: 'auto' keyword | |||
|---|---|---|---|
| |||
...said that, it is still possible to alias the returned type, which may be cumbersome... | |||
March 12, 2023 Learn » const in functions | |||
|---|---|---|---|
| |||
...import std.conv : text;
return x.text;
}
}
alias Int = Foo!int; // more simple...
import std... | |||
March 12, 2023 Genel » const ile alakalı basit bir hata | |||
|---|---|---|---|
| |||
...başka bir şey mi? Kod şöyle:
```d
alias i32 = uint;
struct V2 {
i32 x;
i32... | |||
Copyright © 1999-2021 by the D Language Foundation