June 07, 2022 Learn » C-like static array size inference - how? | |||
|---|---|---|---|
| |||
...Can't i use some feature to imply that D must deduct the size from... | |||
June 06, 2022 Learn » Re: want to confirm: gc will not free a non-gc-allocated field of a gc-allocated object? | |||
|---|---|---|---|
| |||
...doesn't know about (i.e., doesn't...s just a pointer + size pair, just like... | |||
June 06, 2022 Announce » D Language Foundation May 2022 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...blocked because it didn't work with syncronized...huge effect on binary size. He was planning... | |||
June 05, 2022 Learn » Re: Comparing Exceptions and Errors | |||
|---|---|---|---|
| |||
...const (T) [] t;
void add(int i) { // <-- Both arrays always same size
t ~= T (i... | |||
June 05, 2022 Learn » Re: Comparing Exceptions and Errors | |||
|---|---|---|---|
| |||
...T [] t;
>
> void add(int i) {
> t ~= T...Both arrays always same size
>> a ~= i;
>> b... | |||
June 05, 2022 Learn » Re: Comparing Exceptions and Errors | |||
|---|---|---|---|
| |||
...invalid
>> state. We don't know what happened...Both arrays always same size
a ~= i;
b... | |||
June 04, 2022 General » Re: Using closure in function scope to make "real" private class members | |||
|---|---|---|---|
| |||
...arg)
{ //assign arg to content...;
}
Tuple(Font, size_t)[] getFonts
{ //Get list of fonts used... | |||
June 03, 2022 Learn » Re: Dynamic Arrays Capacity | |||
|---|---|---|---|
| |||
This isn't correct either, at least with...will not be the same size of bytes. | |||
June 03, 2022 Issues » [Issue 23155] New: 'dub run wayland:list_registry' leads to 'core.exception.AssertError@src/dmd/toctype.d(275): Assertion failure' | |||
|---|---|---|---|
| |||
...Deprecation: foreach: loop index implicitly converted from `size_t` to `int` Linking... Running scanner/wayland... | |||
June 03, 2022 Learn » Re: Dynamic Arrays Capacity | |||
|---|---|---|---|
| |||
...ref chr[] ptrs)
{
auto ptr = mostRecent.ptr;
size_t capacity, depth;
while (depth <= limit)
{
mostRecent... | |||
Copyright © 1999-2021 by the D Language Foundation