January 10, 2022 Genel » Re: GBS-2: Şablon ve Yükleme özellikli yapı (Çitring) | |||
|---|---|---|---|
| |||
...struct Çitring (T, size_t boyut) {
> private T[boyut] harfler;
> private size_t indeks;
İndeks... | |||
January 10, 2022 Genel » GBS-2: Şablon ve Yükleme özellikli yapı (Çitring) | |||
|---|---|---|---|
| |||
...struct Çitring (T, size_t boyut) {
private T[boyut] harfler;
private size_t indeks;
this... | |||
January 09, 2022 Announce » Re: DMD now incorporates a disassembler | |||
|---|---|---|---|
| |||
...ret
.cfi_endproc
.LFE0:
.size test, .-test
.ident...to see. There aren't extra steps to... | |||
January 09, 2022 Learn » @safe question | |||
|---|---|---|---|
| |||
...one", "two"];
immutable(string)*[] pointers = null;
foreach(size_t i, ref str; strings)
{
if(str... | |||
January 09, 2022 General » Re: Worst ideas/features in programming languages? | |||
|---|---|---|---|
| |||
...required allsame<A...>&&allsame<B...>
void f(map<A,B>&...t){
(print(t.size()),...);//here.
}
```
| |||
January 09, 2022 Announce » Re: DMD now incorporates a disassembler | |||
|---|---|---|---|
| |||
...a file, which isn't exactly the same...optimization-when-the-int-size-is-a-compile... | |||
January 08, 2022 Learn » Re: parallel foreach stuck on 8 workUnitSize | |||
|---|---|---|---|
| |||
...e; tp.parallel(elements, 1)) { // 2. Work unit size
// ...
}
tp.finish(); // Don't forget
}
Ali
| |||
January 08, 2022 Issues » [Issue 22659] New: [REG master] Error: declaration '(S[2] arr = __error__;)' is not yet implemented in CTFE | |||
|---|---|---|---|
| |||
...dlang/dmd/pull/13476 --- module object; alias size_t = typeof(int.sizeof); extern(C) void... | |||
January 08, 2022 Announce » Re: DMD now incorporates a disassembler | |||
|---|---|---|---|
| |||
...of the instruction set:
```d
void phoneHome(size_t);
auto getLen(int[] arr)
{
phoneHome(arr... | |||
January 08, 2022 Learn » Re: print ubyte[] as (ascii) string | |||
|---|---|---|---|
| |||
...connection wasn't blocking or the message is longer as the buffer size or you... | |||
Copyright © 1999-2021 by the D Language Foundation