April 04, 2010 General » Re: Pattern matching example | |||
|---|---|---|---|
| |||
...on the function you give it as params. I have another version that deconstruct the... | |||
April 04, 2010 General » Re: Runtime Reflection using Compile Time Reflection | |||
|---|---|---|---|
| |||
...foo ); auto returnValue = mo.invoke( "aMethodName", "a param", "more params", 10, 20 ); Best Regards, Daniel | |||
April 01, 2010 General » Unofficial wish list status.(Apr 2010) | |||
|---|---|---|---|
| |||
...Explicit module `friendship` (#43) 33 Pass value params byref (#34) 33 auto-member objects (#45... | |||
March 31, 2010 General » Re: Solution for Fatal flaw in D design which is holding back widespread adoption(tm) | |||
|---|---|---|---|
| |||
...make use of it without shuffling everything through command-line params, stdout and the filesystem. | |||
March 29, 2010 Issues » [Issue 4028] New: delegates with differing default arguments lead to same template instantiation | |||
|---|---|---|---|
| |||
...Params == function ) )
alias Params ParameterTupleOf;
else static if( is( Fn Params == delegate ) )
alias ParameterTupleOf!(Params... | |||
March 27, 2010 Issues » [Issue 4014] CodeView debug type info not linked in from library | |||
|---|---|---|---|
| |||
...lost
+ if (!global.params.cov && !global.params.trace && !global.params.symdebug)
global.params.multiobj = 1... | |||
March 14, 2010 Issues » [Issue 1623] Overloading on different parameters numbers gratuitously restrictive. | |||
|---|---|---|---|
| |||
...lot cleaner to do without dummy template params... Is there some bigger problem that prevents... | |||
March 12, 2010 Issues » [Issue 3914] Struct as argument that fits in register has member accessed wrong | |||
|---|---|---|---|
| |||
...in
if (regcon.params && e->EV.sp.Vsym->Sclass == SCfastpar &&
regcon.params & mask[e->EV... | |||
March 09, 2010 Issues » [Issue 3909] New: toDelegate handles only a tiny subset of function pointer types | |||
|---|---|---|---|
| |||
...F) Params; // mixed-in string: alias <storage classes> ReturnType!(F) delegate(<storage classes> Params[0... | |||
March 03, 2010 General » Re: One minute to twelve: last chance to fix D2 ABI? | |||
|---|---|---|---|
| |||
...toDelegate(F)(F fp) {
...
alias ParameterTypeTuple!(F) Params;
// CTFE generating the delegate type string
static... | |||
Copyright © 1999-2021 by the D Language Foundation