May 07, 2023 General » Re: D needs a type expression syntax | |||
|---|---|---|---|
| |||
...that D already has and try to square them with tuple semantics. It does not... | |||
April 09, 2023 Issues » [Issue 23476] Second ImportC example in Quick Examples, Section 41.1, does not compile | |||
|---|---|---|---|
| |||
...I just tried it, and it works, because square.c was renamed to functions.c. -- | |||
January 17, 2023 General » Re: Multiple alias this and alias this in classes | |||
|---|---|---|---|
| |||
...ll control the knight controls the dark square in the center, put pressure on the... | |||
January 14, 2023 Learn » Re: Why does the importC example not compile? | |||
|---|---|---|---|
| |||
...function called `square` in a file called `square`, confusingly, you want `square.square`. Hence the... | |||
January 13, 2023 Learn » Why does the importC example not compile? | |||
|---|---|---|---|
| |||
...square;
void main()
{
int i = 7;
writefln("The square of %s is %s", i, square... | |||
January 07, 2023 General » Re: Fixing C's Biggest Mistake | |||
|---|---|---|---|
| |||
...John Carmack famously used the fast inverse square root algorithm that was faster, but less... | |||
December 30, 2022 Issues » [Issue 23591] New: [REG 2.101] Invalid casts accepted by the compiler if from type is noreturn | |||
|---|---|---|---|
| |||
...compilable.
---
noreturn square(int x);
int example(int i)
{
int x = cast(string)square(i... | |||
November 29, 2022 General » Re: sumtypes for D | |||
|---|---|---|---|
| |||
...AnotherContainer!T), so we're back to square 1 again. One way to actually solve... | |||
November 21, 2022 General » Re: Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1 | |||
|---|---|---|---|
| |||
...like that:
```
myObj.myFn(Size: $medium, Shape: $square, State: $undefined);
```
Making D as "readable" as... | |||
November 20, 2022 General » Re: Discussion Thread: DIP 1044--Enum Type Inference--Community Review Round 1 | |||
|---|---|---|---|
| |||
...myFn($medium, $square, $undefined); ``` Is the height medium?, the location the town square?, the shape... | |||
Copyright © 1999-2021 by the D Language Foundation