Search

November 21, 2021
Announce »
...build the application:
1) rcc -binary a3.qrc -o a3.rcc
2) dmd qte56help2.d...
October 28, 2021
Learn »
...val - z.val; }
auto op(A3 x, A3 y, A3 z) { return x.val + y...
October 12, 2021
Issues »
...stdc.stdio;

struct S { int a1, a2, a3; }

void throws2ndCall(ref S x)
{
    __gshared bool...
October 09, 2021
Issues »
...main()
{
    static struct S { int a1, a2, a3; }
    foo([S(), S()]);
}


DMD64 D Compiler v2...
October 08, 2021
General »
...auto a2 = staticArray!([1, 2, 3]);
    auto a3 = somef([0, 5, 10]);
    auto a4 = [1...
July 03, 2021
General »
...auto a2 = Input( label_text: "Score" );
    auto a3 = Input( border: 1, label_text: "Score" );
    auto...
March 07, 2021
Learn »
...A a1, in A a2, in A a3, in A b1, in A b2, in...
February 24, 2021
Issues »
...s a regression: */

    static struct S3 { T foo; }
    S3* a3;
    immutable T** r3 = f(a3);
}
----

--
February 19, 2021
LDC »
...WSAIoctl
       58 WSAStartup
       A1 accept
       A2 bind
       A3 closesocket
       A4 connect
       A7 gethostbyaddr
       A8 gethostbyname...
January 08, 2021
General »
...3]));

Example a3 is straightforward the primary use case for staticArray:
    auto a3 = [1,2...
1 2 3
Next ›   Last »