February 06, 2022 Duyuru » Re: Sohbet: 6 Şubat 2022, Pazar, sabah 10:00 (Türkiye saati) | |||
|---|---|---|---|
| |||
...sol.göster(indent + 2);
}
}
}
struct Ağaç(T) {
alias Düğüm = Düğüm_!T;
Düğüm * kök;
size_t... | |||
February 04, 2022 Issues » [Issue 22737] Segmentation fault in CppMangleVisitor.getTiNamespace | |||
|---|---|---|---|
| |||
...org ---
Slightly reduced / modified:
==================================================
template Identity(T)
{
alias T Identity;
}
extern(C++) Identity!T identity... | |||
February 04, 2022 Issues » [Issue 22737] New: Segnementation fault in CppMangleVisitor.getTiNamespace | |||
|---|---|---|---|
| |||
...for DMD in dmd.cppmangle.CppMangleVisitor.getTiNamespace: alias Identity(T) = T; extern(C++) Identity!T... | |||
February 04, 2022 Issues » [Issue 22736] New: Add destructuring bind for std.typecons.Tuple tuples | |||
|---|---|---|---|
| |||
...Reporter: dlang-bugzilla@thecybershadow.net auto bind(alias fun, T)(auto ref T tuple) if... | |||
February 03, 2022 General » Re: appendable alias squence | |||
|---|---|---|---|
| |||
breaking my workflow >:( it maybe sorta coulda been useful in this one idea I put... | |||
February 02, 2022 Genel » Re: İşleç Önceliği | |||
|---|---|---|---|
| |||
...11, Salih Dincer wrote:
> ```d
> void main()
> {
> alias TYPE = int;
> enum :TYPE { E = 1, M... | |||
February 02, 2022 Genel » İşleç Önceliği | |||
|---|---|---|---|
| |||
...yazabilirim 😉
Bunlardan biri:
```d
void main()
{
alias TYPE = int;
enum :TYPE { E = 1, M... | |||
February 02, 2022 Issues » [Issue 22723] Cannot allocate a slice on heap | |||
|---|---|---|---|
| |||
...auto newHeapArray(T)()
{
import core.memory : GC;
alias RT = T[];
return cast(RT*) GC.malloc... | |||
February 01, 2022 General » Re: appendable alias squence | |||
|---|---|---|---|
| |||
The array template parameter bug will probably be fixed in the next release, just warning... | |||
February 01, 2022 General » Re: appendable alias squence | |||
|---|---|---|---|
| |||
These are outside the template, so I really doubt they are related unless this aspect... | |||
Copyright © 1999-2021 by the D Language Foundation