Search

March 03, 2010
General »
...the synergy of returns in EAX and params in EAX.

It would be fairly easy...
March 01, 2010
General »
...Explicit module `friendship` (#43)
33  Pass value params byref (#34)
33  auto-member objects (#45...
February 22, 2010
General »
...not be a perfect approach, but at least you *can* leave middle params as default.

February 01, 2010
Learn »
...public bool isOpen() {
        return isOpen_;
    }

    /*************************************************************
     *  Write property
     *  Params:
     *      value = 110, 300, 600, 1200, 2400, 4800...
February 01, 2010
General »
...Explicit module `friendship` (#43)
33  Pass value params byref (#34)
33  auto-member objects (#45...
January 30, 2010
Issues »
...Params == function ) )
        alias Params ParameterTupleOf;
    else static if( is( Fn Params == delegate ) )
        alias ParameterTupleOf!(Params...
January 12, 2010
Concurrency »
...passing multiple functions that accept the same params is valid.  The first will just always...
January 12, 2010
General »
...for SciD is just that,

  double[] algo(params, double[] buffer=null, double[] workspace=null);

and...
January 01, 2010
General »
...Explicit module `friendship` (#43)
33  Pass value params byref (#34)
33  auto-member objects (#45...
December 26, 2009
General »
...mixin("R opCall("~
    refToParamList("" /* no leading parameter */, "Params!(C)[1 .. $]" /* types to check */, isRef!(C...
123 124 125 126 127 128 129 130 131 132 133
Next ›   Last »