August 20, 2013 Genel » 0.0.3 Ön Sürüm | |||
|---|---|---|---|
| |||
...auto ret = freeLocated; auto mem = cast(T*) malloc(data.sizeof); *mem = data; return ret; } final... | |||
August 20, 2013 Issues » [Issue 10848] Compiler should always try to inlining a direct lambda call | |||
|---|---|---|---|
| |||
...foreach (e; getInternalData()) {
auto ret = dg(e);
if (ret) return ret;
}
cleanupLoop(); // some simple cleanup... | |||
August 18, 2013 Learn » Re: how do I get the ith field of a std.typecons.Tuple ? | |||
|---|---|---|---|
| |||
...length]ret;
foreach(i;Iota!(T.length))
ret[i]=tupleField!(T,i);
return ret;
}
unittest... | |||
August 16, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...data)
if (!isArray!T)
{
int ret;
writeln("Genel tanım");
return ret;
}
final auto load(T... | |||
August 17, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...auto ret = freeLocated; auto mem = cast(T*) malloc(data.sizeof); *mem = data; return ret; } final... | |||
August 16, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...isArray!T && !is(ElementType!T == ubyte)){
auto ret = freeLocated;
auto mem = cast(ElementEncodingType!(T)*) malloc... | |||
August 16, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...isArray!T &&
!is(ElementType!T == ubyte))
{
auto ret = freeLocated;
auto mem = cast(ElementType!T*) malloc... | |||
August 16, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...auto ret = freeLocated;
auto mem = cast(T*) malloc(data.sizeof);
*mem = data;
return ret;
}
final... | |||
August 16, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...auto ret = freeLocated;
auto mem = cast(int*) malloc(data.sizeof);
*mem = data;
return ret;
}
final... | |||
August 15, 2013 General » Re: Request: a more logical static array behavior | |||
|---|---|---|---|
| |||
...wrote:
Ret bar(R)(R r) // [6]
if (std.range.isInputRange!R)
{
return Ret.input... | |||
Copyright © 1999-2021 by the D Language Foundation