Search

April 04, 2010
General »
...on the function you give it as params.

I have another version that deconstruct the...
April 04, 2010
General »
...foo );
auto returnValue = mo.invoke( "aMethodName", "a param", "more params",
10, 20 );

Best Regards,
Daniel
April 01, 2010
General »
...Explicit module `friendship` (#43)
33  Pass value params byref (#34)
33  auto-member objects (#45...
March 31, 2010
General »
...make use of it without shuffling everything through command-line params, stdout and the filesystem.

March 29, 2010
Issues »
...Params == function ) )
        alias Params ParameterTupleOf;
    else static if( is( Fn Params == delegate ) )
        alias ParameterTupleOf!(Params...
March 27, 2010
Issues »
...lost
+    if (!global.params.cov && !global.params.trace && !global.params.symdebug)
         global.params.multiobj = 1...
March 14, 2010
Issues »
...lot cleaner to do without dummy template params... Is there some bigger problem that prevents...
March 12, 2010
Issues »
...in
     if (regcon.params && e->EV.sp.Vsym->Sclass == SCfastpar &&
     regcon.params & mask[e->EV...
March 09, 2010
Issues »
...F) Params;
// mixed-in string:
alias <storage classes> ReturnType!(F) delegate(<storage classes> Params[0...
March 03, 2010
General »
...toDelegate(F)(F fp) {
    ...
    alias ParameterTypeTuple!(F) Params;

    // CTFE generating the delegate type string
    static...
122 123 124 125 126 127 128 129 130 131 132
Next ›   Last »