Search

August 30, 2023
Learn »
...49):        called from here: `checkSql(Schema("public",  <snip **BAZILLIONS of lines**>
src/dget/db.d...
July 01, 2023
GDC »
[--snip--]

Looks like ldc [might be too old](https://packagehub.suse.com/packages/ldc/1...
May 10, 2023
Announce »
...small and may result in unaligned pointers
[SNIP same ld error repeated 1697 times]
ld...
April 12, 2023
Learn »
...you can use alias as a workaround:


-------snip-------
extern(C) void* abc(void*) {return null...
February 13, 2023
Learn »
...to something nicer (see below).


Try this:

-------------------------snip-------------------------
import std;
auto deduplicate(R)(R input...
February 02, 2023
Announce »
...17:22:46 UTC, Ali Çehreli wrote:
>> [snip]
>>
>>   https://issues.dlang.org/show_bug.cgi...
January 15, 2023
Issues »
...explicit delegate:

        void content(string delegate() s) {
// snip
        w.content = () => w.test;


It will fail...
January 13, 2023
Learn »
...to allow nice syntax for vector arithmetic.

-----------------------------------snip------------------------------------
/**
 * Represents an n-dimensional vector of values...
January 09, 2023
Learn »
...program that outputs (for the corresponding year):

--------------------------------snip---------------------------------
                              2023
       January              February                March
 Su Mo Tu...
December 16, 2022
Learn »
...wrong, try this version of the code:

------------------------------snip-----------------------------------
int[] numbersForLaterUse;

void foo(int[] numbers...) {
   numbersForLaterUse...
1 2 3
Next ›   Last »