November 20, 2021 General » Re: Future of memory management in D | |||
|---|---|---|---|
| |||
...mixin("(*t) "~op~"= r;");
return *t;
}
}
class Square
{
private double width = 42;
public auto area... | |||
November 19, 2021 General » Re: Future of memory management in D | |||
|---|---|---|---|
| |||
...Square
{
private double width;
public double area
{
get => width * width;
set => width = Sqrt(value);
}
Square... | |||
November 08, 2021 General » Re: dmd foreach loops throw exceptions on invalid UTF sequences, use replacementDchar instead | |||
|---|---|---|---|
| |||
...it with a question mark in a square or something). I think this is an... | |||
October 18, 2021 General » Re: Nim Nuggets: Nim talk at Strange Loop 2021 | |||
|---|---|---|---|
| |||
put the square function in another compilation unit (i.e. its source is not available... | |||
October 17, 2021 General » Re: Nim Nuggets: Nim talk at Strange Loop 2021 | |||
|---|---|---|---|
| |||
...test.c
int square(int x) { return x * x; }
const int c = square(2);
mercury... | |||
October 17, 2021 General » Re: Nim Nuggets: Nim talk at Strange Loop 2021 | |||
|---|---|---|---|
| |||
...could compile:
int square(int x) { return x * x; }
const int s = square(2);
Being... | |||
October 01, 2021 Learn » Re: How use ldc pragmas? | |||
|---|---|---|---|
| |||
...org/LDC-specific_language_changes ```d // provide square root intrinsics pragma(LDC_intrinsic, "llvm.sqrt... | |||
September 02, 2021 General » Re: Are these bencmarks recent and real? | |||
|---|---|---|---|
| |||
...T -- Why did the mathematician reinvent the square wheel? Because he wanted to drive smoothly... | |||
September 02, 2021 Learn » Re: Dustmite and linking error | |||
|---|---|---|---|
| |||
I meant the square of the size of the respective directory. (bytes / LOC / SLOC...) If... | |||
September 02, 2021 Learn » Re: Dustmite and linking error | |||
|---|---|---|---|
| |||
...the square of the current reduction (.reduced directory), and divide it by the square of... | |||
Copyright © 1999-2021 by the D Language Foundation