December 23, 2021 Genel » Eski (struct) & Yeni (tuple) bir arada! | |||
|---|---|---|---|
| |||
...stdio;
struct BiçimliMetin {
bool bold;
string data;
alias data this;
@property length ()
{
return data.length... | |||
December 23, 2021 Issues » [Issue 22625] New: importC: original name of typedef'd struct not visible in D when compiling separately | |||
|---|---|---|---|
| |||
...data_s` not found, did you mean alias `cmodule.data_t`? if the C file... | |||
December 22, 2021 Learn » Re: Double bracket "{{" for scoping static foreach is no longer part of D | |||
|---|---|---|---|
| |||
...scope statements from above
int b;
}
}
}
The alias assign is completely different, that's unrelated... | |||
December 21, 2021 Issues » [Issue 22618] [REG2.078] Rejects valid depending on ordering of alias this and other alias | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22618
johanengelen@weka.io changed:
What |Removed... | |||
December 21, 2021 Issues » [Issue 22618] New: [REG2.078] Rejects valid depending on ordering of alias this and other alias | |||
|---|---|---|---|
| |||
...BUG)
{
alias Handle = BlockHandle!(typeof(this));
BaseBlock base;
alias base this;
}
else
{
BaseBlock base;
alias... | |||
December 21, 2021 Learn » Re: How to properly use variadic templates (functions)? | |||
|---|---|---|---|
| |||
...prompt, T args)
{
foreach (i, a; args)
{
alias A = typeof(args[i]);
static if (is... | |||
December 20, 2021 Learn » Re: How to properly use variadic templates (functions)? | |||
|---|---|---|---|
| |||
...string prompt, T args)
{
foreach (a; args)
{
alias A = typeof(a);
static if (is(A... | |||
December 20, 2021 Learn » Re: How to insert code in place with templates/mixins? | |||
|---|---|---|---|
| |||
...Let's check this example: enum state(alias name) = `name` ~ ` = 10;`; I want this to... | |||
December 20, 2021 Learn » Re: How to insert code in place with templates/mixins? | |||
|---|---|---|---|
| |||
...of bounds error even for index == 0+/ alias i32 = int; void sys_write(int i... | |||
December 20, 2021 Issues » [Issue 22613] New: Alias to template instantiation can act as the template itself | |||
|---|---|---|---|
| |||
...cgi?id=22613
Issue ID: 22613
Summary: Alias to template instantiation can act as the... | |||
Copyright © 1999-2021 by the D Language Foundation