Search

May 07, 2023
General »
...that D already has and try to square them with tuple semantics. It does not...
April 09, 2023
Issues »
...I just tried it, and it works, because square.c was renamed to functions.c.

--
January 17, 2023
General »
...ll control the knight controls the dark square in the center, put pressure on the...
January 14, 2023
Learn »
...function called `square` in a file called `square`, confusingly, you want `square.square`. Hence the...
January 13, 2023
Learn »
...square;
void main()
{
    int i = 7;
    writefln("The square of %s is %s", i, square...
January 07, 2023
General »
...John Carmack famously used the fast inverse square root algorithm that was faster, but less...
December 30, 2022
Issues »
...compilable.
---
noreturn square(int x);

int example(int i)
{
    int x = cast(string)square(i...
November 29, 2022
General »
...AnotherContainer!T), so we're back to square 1 again.

One way to actually solve...
November 21, 2022
General »
...like that:
```
    myObj.myFn(Size: $medium, Shape: $square, State: $undefined);
```

Making D as "readable" as...
November 20, 2022
General »
...myFn($medium, $square, $undefined);
```
Is the height medium?, the location the town square?, the shape...
1 2 3 4
Next ›   Last »