Search

October 08, 2021
General »
```d
T somef(T, size_t U)(T[U] array) { return array[0]; }
int otherf...
October 08, 2021
Learn »
...default.

When you _don't_ use staticArray, what...is of sufficiently small size as to not...
October 07, 2021
Learn »
...lib");

extern (Windows) BOOL IsValidDevmodeA(PDEVMODEA pDevmode, size_t DevmodeSize);

// ...

string path; // contains a valid...
October 06, 2021
Genel »
...while (++count) {
              yield(pi);
              real result = n;
              size_t loop = 2;
              while(loop--) result *= ++n...
October 04, 2021
General »
...myFunc(T)(T data) {
		static if (... /* T has...implementations based on the size of a type...
October 01, 2021
Learn »
...no size because of forward reference

With s/struct/class/ it still wouldn't work...
October 01, 2021
Announce »
...Team (CT) of unlimited size, and a five...know beforehand. I don't know for sure...
October 01, 2021
Learn »
...auto dotprod( T[] x, T[] y)
{
   auto sum = cast(T) 0;
      foreach( size_t i...
September 30, 2021
General »
...string name, T)
{
    struct TypeDef
    {
        T value;
        alias...kind: "struct",
        alignSize: 4,
        size: 4,
        identifier: "TypeDef...
September 30, 2021
General »
...iterate over.

There hasn't been much formal...fortunately.

To reduce program size, I have been...
130 131 132 133 134 135 136 137 138 139 140
Next ›   Last »