January 25, 2022 General » Re: Why people dislike global variables so much while I find them so convenient? | |||
|---|---|---|---|
| |||
...your program grows in size. Harder to scale...so that you don't get thread local... | |||
January 24, 2022 Learn » Re: What is safe to do in an extern (C) function and how can I test this? | |||
|---|---|---|---|
| |||
...stack size of the Fiber when it is created should fix this problem. T -- Those... | |||
January 24, 2022 General » Re: Is there any real reason to use "const"? | |||
|---|---|---|---|
| |||
...the size of T. The container code can only perform operations that don't introduce... | |||
January 23, 2022 Genel » Re: SONY-1: Short Scale Numbers | |||
|---|---|---|---|
| |||
...türü ancak "bin" sözünü kullanır.
auto sözler(size_t türBüyüklüğü) {
// Burada yalnızca hoşuma gittiği için... | |||
January 23, 2022 Learn » Re: map question | |||
|---|---|---|---|
| |||
...foobar1(size_t n)
{
return n.iota.map!(_ => 123).array;
}
auto foobar2(size_t n... | |||
January 22, 2022 Issues » [Issue 22697] New: Segfault when accessing a recursive lambda declared inside a function generated with a mixin template | |||
|---|---|---|---|
| |||
...return fun(args);
}
}
void main()
{
mixin mix!((size_t n) {
alias self = __traits(parent, {});
if... | |||
January 21, 2022 Learn » Re: automate tuple creation | |||
|---|---|---|---|
| |||
...should dramatically increase. I.e., instead of: size_t[] idArray; ... if (!idArray.canFind(x)): // O... | |||
January 21, 2022 Learn » Re: number ranges | |||
|---|---|---|---|
| |||
...looong);
}
> size_t length() inout {
> auto len = 1 + (last - first) / step;
> return cast(size_t... | |||
January 21, 2022 Learn » Re: number ranges | |||
|---|---|---|---|
| |||
...step;
}
}
}
}
size_t length() inout {
auto len = 1 + (last - first) / step;
return cast(size_t... | |||
January 21, 2022 General » Re: Incremental garbage collection | |||
|---|---|---|---|
| |||
...very few problems, as it has a max-heap size and doesn't touch audio. | |||
Copyright © 1999-2021 by the D Language Foundation