September 07, 2012 General » Re: core.simd 3 operand instructions? | |||
|---|---|---|---|
| |||
...pragma shufflevector. You declare function that you want to compile to llvm shufflevector instruction like... | |||
August 28, 2012 Learn » Re: CTFE question | |||
|---|---|---|---|
| |||
...r ~= i;
pragma(msg, i);
}
pragma(msg, "Done...can use them directly like this:
template staticRange... | |||
August 27, 2012 Announce » Re: Visitor pattern revisited in D | |||
|---|---|---|---|
| |||
...a hope for std.pattern (Eiffel library like) but.. this was long time ago D... | |||
August 27, 2012 General » Re: Function pointers/delegates default args were stealth removed? | |||
|---|---|---|---|
| |||
...the default arg looks like a part of...int n = 10) fp; pragma(msg, typeof(fp... | |||
August 24, 2012 General » D-etractions A real world programmers view on D | |||
|---|---|---|---|
| |||
...Relational Algebra based) , his own language (Ruby like) and his own application frame work. Finally... | |||
August 21, 2012 General » Re: trait for (ddoc)-comments | |||
|---|---|---|---|
| |||
...do:
/**
* Magic.
*/
void foo() {}
pragma(msg, __traits(getDdoc...see code that goes like:
version (D_Ddoc... | |||
August 17, 2012 Learn » Re: Recursive expansion | |||
|---|---|---|---|
| |||
...Foo = Foo!(n + 1); } pragma(msg, Foo!0...is quite arbitrary. I like GCC, that defined... | |||
August 15, 2012 Issues » [Issue 8550] New: std.container.InlinedArray | |||
|---|---|---|---|
| |||
...to add a collection like this to Phobos...items ~ item;
len = isUsingDynamic;
}
}
}
}
pragma(msg, InlinedArray!(int... | |||
August 11, 2012 General » Strange fallout changing modules | |||
|---|---|---|---|
| |||
...methods like CoInitialize, structs like GUID, aliases like...compiling dead code that pragma includes lib's... | |||
July 26, 2012 General » Re: Can you do this in D? | |||
|---|---|---|---|
| |||
...It's usable just like a writeln, but in CTFE too. pragma(msg) has a... | |||
Copyright © 1999-2021 by the D Language Foundation