July 15 DIP Ideas » Re: Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...arrays inside the function
```d
int[$] foo(size_t i){
int[i] output;
foreach(...){
...
}
return... | |||
July 15 DIP Ideas » Returning variable-sized stack data | |||
|---|---|---|---|
| |||
...g; }
struct B{ int a,b,c; }
size_t myFn(out return scope void function... | |||
July 13 DIP Ideas » Make printf safe | |||
|---|---|---|---|
| |||
...can never remember which format is for size_t, for example. The one format specification... | |||
July 13 Issues » [Issue 24660] atomic_wchar_t has wrong size on Posix | |||
|---|---|---|---|
| |||
...16688 "Fix bugzilla 24660 - atomic_wchar_t has wrong size on Posix" was merged into... | |||
July 13 General » Appreciating D | |||
|---|---|---|---|
| |||
...of Phobos. If you don't care about executable size, just mix GC with manual... | |||
July 13 Issues » [Issue 24660] atomic_wchar_t has wrong size on Posix | |||
|---|---|---|---|
| |||
...t has wrong size on Posix" fixing this issue: - Fix bugzilla 24660 - atomic_wchar_t... | |||
July 13 Issues » [Issue 24660] New: atomic_wchar_t has wrong size on Posix | |||
|---|---|---|---|
| |||
...Reporter: tim.dlang@t-online.de atomic_wchar_t currently has size 2 on all... | |||
July 10 General » Re: Wouldn't this be better with bitfields? | |||
|---|---|---|---|
| |||
...is zero size if extern(C), otherwise it is size 1. The size 1 comes... | |||
July 10 General » Re: C bitfields guarantees | |||
|---|---|---|---|
| |||
...uint64_t :44; // Forced padding uint32_t d; I guess one can use 0 size... | |||
July 06 Learn » Re: SumType extraction | |||
|---|---|---|---|
| |||
...mixedC;
mixedC ~= new Foo();
mixedC ~= new Bar();
size_t foundCount;
foreach (v; mixedC)
{
if (auto... | |||
Copyright © 1999-2021 by the D Language Foundation