March 18, 2022 Issues » [Issue 22859] Error: forward reference of variable `isAssignable` for mutually recursed `allSatisfy` | |||
|---|---|---|---|
| |||
...taken from std.meta.allSatisfy
template allSatisfy(alias F, T...)
{
static foreach (Ti; T)
{
static... | |||
March 18, 2022 Issues » [Issue 22898] New: [REG master] Solaris: byte.min value is 128 | |||
|---|---|---|---|
| |||
...stdint.d: --- alias int8_t = char; alias uint8_t = ubyte; dmd/globals.d: --- alias d... | |||
March 18, 2022 Learn » freebsd dub linker error | |||
|---|---|---|---|
| |||
...Nullable.get_` is deprecated - Implicit conversion with `alias Nullable.get this` will be removed after... | |||
March 17, 2022 Issues » [Issue 22889] Selective import shadows local variable | |||
|---|---|---|---|
| |||
...void main()
{
int x = 2;
{
import lib;
alias x = lib.x;
assert(x == 1);
}
}
---
The... | |||
March 17, 2022 Issues » [Issue 21660] [REG 2.066.0] cannot convert unique immutable(int)** to immutable | |||
|---|---|---|---|
| |||
...Dennis <dkorpel@live.nl> --- Version without templates: ``` alias T = immutable int; T** f1(const T... | |||
March 17, 2022 Issues » [Issue 22885] New: ImportC: typedef declared with itself should work | |||
|---|---|---|---|
| |||
...i;
T p = &i;
}
Instead, gives:
test.c(5): Error: alias `T` recursive alias declaration
-- | |||
March 15, 2022 General » Re: ImportC rocks! | |||
|---|---|---|---|
| |||
struct DStruct {
CStruct c_version;
alias c_version this;
DStruct op...
} | |||
March 14, 2022 Issues » [Issue 22871] Using an alias to `__traits(parameters)` causes unknown error | |||
|---|---|---|---|
| |||
...returned by `__traits(parameters)` bound to an alias: - the parser rejected `typeof(__traits(X))`, i... | |||
March 13, 2022 Genel » Re: Tek boyutlu diziyi iki boyutlu olarak kullanmak | |||
|---|---|---|---|
| |||
...T[])arr[n .. n + m];
}
return sonuç;
}
alias Tür = int;
void main()
{
auto dizi = 3... | |||
March 13, 2022 Learn » Re: Detecting manifest contants | |||
|---|---|---|---|
| |||
...Optional, the expected value type. */ template isCompileTimeValue(alias V, T...) if (T.length == 0 || (T... | |||
Copyright © 1999-2021 by the D Language Foundation