November 18, 2016 General » Re: CTFE Status | |||
|---|---|---|---|
| |||
...i];
}
for(int i; i != a3.length; i++)
{
result += a3[i];
}
return result;
}
static assert... | |||
October 02, 2016 General » ndslice: feature deprecation voting / discussion | |||
|---|---|---|---|
| |||
...a2=iotaSlice(3,4); // proposal:deprecate auto a3=iotaSlice([3,4]); auto a6=slice!int... | |||
September 14, 2016 General » Re: colour lib needs reviewers | |||
|---|---|---|---|
| |||
The $(MACRO a1, a2, a3) syntax comes from makefiles. | |||
September 14, 2016 General » Re: colour lib needs reviewers | |||
|---|---|---|---|
| |||
...MACRO(a1, a2, a3) or the CPP-style MACRO(a1, a2, a3). There are a... | |||
August 17, 2016 Learn » Re: typeof.stringof wrong type | |||
|---|---|---|---|
| |||
...can use std.traits.fullyQualifiedName instead:
import std.traits: fullyQualifiedName;
mixin(fullyQualifiedName!(typeof(a1)) ~ " a3;"); | |||
August 17, 2016 Learn » typeof.stringof wrong type | |||
|---|---|---|---|
| |||
...typeof(a1) a2; mixin(typeof(a1).stringof ~ " a3;"); } I get an error: some.d-mixin... | |||
July 22, 2016 Genel » Satranç Tahtasında Kalenin Kesmediği Hücre Sayısını Bulma | |||
|---|---|---|---|
| |||
...kesilmeyen hücre kalmış. <http://codeforces.com/predownloaded/a3/a5/a3a52ec7278de7644c87dc9cb19b4d18eacefebd.png> İlişkili dizileri kullanarak güzel... | |||
May 31, 2016 General » Re: The Case Against Autodecode | |||
|---|---|---|---|
| |||
...org/wiki/%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B9%80%E0... | |||
May 31, 2016 Issues » [Issue 15094] __traits(getMember) fails when the source is a struct/class field | |||
|---|---|---|---|
| |||
...GetMember1;
// Fails:
auto a2 = &GetMember2;
// Fails:
auto a3 = &GetMember3;
// Works:
auto a4 =
&__traits(getMember,
__traits... | |||
May 31, 2016 Issues » [Issue 15094] __traits(getMember) fails when the source is a struct/class field | |||
|---|---|---|---|
| |||
...GetMember1;
// Fails:
auto a2 = &GetMember2;
// Fails:
auto a3 = &GetMember3;
// Works:
auto a4 =
&__traits(getMember,
__traits... | |||
Copyright © 1999-2021 by the D Language Foundation