September 15 Issues » [Issue 24766] New: VZ99.COM | |||
|---|---|---|---|
| |||
...ko-fi.com/vz99sarl https://seositecheckup.com/seo-audit/vz99.sarl https://data.world/vz99sarl -- | |||
September 15 General » Re: Standard way to supply hints to branches | |||
|---|---|---|---|
| |||
...re going to be relying on user data to optimize this for dmd. Either from... | |||
September 13 General » Re: Standard way to supply hints to branches | |||
|---|---|---|---|
| |||
...hot loop. You profiled and now the data tells you how likely each branch was... | |||
September 13 General » Re: Grammar question. TypeSuffix - what is [ AssignExpression .. AssignExpression ] production for? | |||
|---|---|---|---|
| |||
...a link to type sequences here: https://dlang.org/spec/type.html#derived-data-types | |||
September 12 DIP Development » Re: First Draft: Member of Operator | |||
|---|---|---|---|
| |||
...specify the underlying data type of the enum. This determines the data type in which... | |||
September 12 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...Besides
Test[8] test = Test.init; // <- works
Data data = { test: Test.init }; // <- works
char[256... | |||
September 12 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...struct Data
{
Test[8] test;
}
void add(Data data)
{
}
extern(C) void main()
{
add(Data... | |||
September 12 Issues » [Issue 24763] Can't initialize a struct with a static array | |||
|---|---|---|---|
| |||
...an array of 8 elements
}
void add(Data data)
{
}
void func(Test t) {}
extern(C... | |||
September 12 Issues » [Issue 24763] New: Can't initialize a struct with a static array | |||
|---|---|---|---|
| |||
...struct Data
{
Test[8] test;
}
void add(Data data)
{
}
extern(C) void main()
{
add( Data... | |||
September 12 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...struct Data
{
Test[8] test;
}
void add(Data data)
{
}
extern(C) void main()
{
add( Data... | |||
Copyright © 1999-2021 by the D Language Foundation