October 23, 2021 General » Re: Why are you using D instead of Rust? | |||
|---|---|---|---|
| |||
...at the time) it's easy:
`struct(size_t dim) Vec{ double[dim] data; ... }`
I... | |||
October 20, 2021 General » Re: Empire and D are in the news | |||
|---|---|---|---|
| |||
...to have a full size wooden mockup built...that two assemblies didn't occupy the same... | |||
October 20, 2021 General » Re: If you could make any changes to D, what would they look like? | |||
|---|---|---|---|
| |||
...compile-time. You wouldn't need to separate...compile-time binding) vs size (minimize compile-time... | |||
October 19, 2021 Learn » Re: Unexpected path of execution | |||
|---|---|---|---|
| |||
...is not -1, but instead it is size_t.max since it rolls over. Then... | |||
October 18, 2021 General » Re: Worst ideas/features in programming languages? | |||
|---|---|---|---|
| |||
...the user could set a heap size. Don't believe anyone that would tell you... | |||
October 18, 2021 Issues » [Issue 22417] New: Slice assignment operator overloading example is incorrect | |||
|---|---|---|---|
| |||
...returns an `int[2]` rather than the `size_t[2]` expected by the opIndexAssign overload... | |||
October 17, 2021 Learn » Why is opIndexAssign replaced by opSlice here? | |||
|---|---|---|---|
| |||
...ElementType!RANGE : size_t))
{
writeln(__FUNCTION__);
}
auto opSlice(size_t start, size_t end) {
import... | |||
October 17, 2021 Issues » [Issue 22409] New: importC: [ICE] Error: struct no size because of forward reference | |||
|---|---|---|---|
| |||
...ICE] Error: struct no size because of
forward...S1;
typedef struct S1 {
int f1;
} S1_t;
-- | |||
October 17, 2021 Genel » Re: RandomCut Ekleme/Eleme, Dizi Uçlarında Rasgele Kesişme | |||
|---|---|---|---|
| |||
...21 5:36 AM, Salih Dincer wrote: > size_t pos = array.choice(random); Galiba hata... | |||
October 17, 2021 Genel » RandomCut Ekleme/Eleme, Dizi Uçlarında Rasgele Kesişme | |||
|---|---|---|---|
| |||
...random;
class RandomCut(T) {
T[] array;
size_t ind;
Random rnd;
this(T[] array, Random... | |||
Copyright © 1999-2021 by the D Language Foundation