November 21, 2021 Announce » Re: D + Qt + QtDesigner | |||
|---|---|---|---|
| |||
...build the application: 1) rcc -binary a3.qrc -o a3.rcc 2) dmd qte56help2.d... | |||
October 28, 2021 Learn » Re: SumType | |||
|---|---|---|---|
| |||
...val - z.val; }
auto op(A3 x, A3 y, A3 z) { return x.val + y... | |||
October 12, 2021 Issues » [Issue 22372] Loop index incorrectly optimised out for -release -O | |||
|---|---|---|---|
| |||
...stdc.stdio;
struct S { int a1, a2, a3; }
void throws2ndCall(ref S x)
{
__gshared bool... | |||
October 09, 2021 Issues » [Issue 22372] New: Loop index incorrectly optimised out for -release -O | |||
|---|---|---|---|
| |||
...main()
{
static struct S { int a1, a2, a3; }
foo([S(), S()]);
}
DMD64 D Compiler v2... | |||
October 08, 2021 General » Re: please help me submit a bug! | |||
|---|---|---|---|
| |||
...auto a2 = staticArray!([1, 2, 3]);
auto a3 = somef([0, 5, 10]);
auto a4 = [1... | |||
July 03, 2021 General » Discussion Thread: DIP 1030--Named Arguments--Final Review | |||
|---|---|---|---|
| |||
...auto a2 = Input( label_text: "Score" );
auto a3 = Input( border: 1, label_text: "Score" );
auto... | |||
March 07, 2021 Learn » Re: Optimizing for SIMD: best practices?(i.e. what features are allowed?) | |||
|---|---|---|---|
| |||
...A a1, in A a2, in A a3, in A b1, in A b2, in... | |||
February 24, 2021 Issues » [Issue 21660] New: [REG 2.066.0] cannot convert unique immutable(int)** to immutable | |||
|---|---|---|---|
| |||
...s a regression: */
static struct S3 { T foo; }
S3* a3;
immutable T** r3 = f(a3);
}
----
-- | |||
February 19, 2021 LDC » windows: imported functions in empty program executable | |||
|---|---|---|---|
| |||
...WSAIoctl
58 WSAStartup
A1 accept
A2 bind
A3 closesocket
A4 connect
A7 gethostbyaddr
A8 gethostbyname... | |||
January 08, 2021 General » Re: Feedback Thread: DIP 1039--Static Arrays with Inferred Length--Community Review Round 1 | |||
|---|---|---|---|
| |||
...3]));
Example a3 is straightforward the primary use case for staticArray:
auto a3 = [1,2... | |||
Copyright © 1999-2021 by the D Language Foundation