Search

June 04, 2010
Issues »
...that I wanted to get the template params. Sometimes I had to add alias declarations...
June 01, 2010
General »
...Explicit module `friendship` (#43)
34  Pass value params byref (#34)
34  auto-member objects (#45...
May 23, 2010
General »
...C functions out there with non-const params that do not modify them.

Then there...
May 05, 2010
Issues »
...template
                    behavior for implicit conversion to shared params
           Product: D
           Version: 2.040
          Platform: x86...
May 01, 2010
General »
...Explicit module `friendship` (#43)
34  Pass value params byref (#34)
34  auto-member objects (#45...
April 25, 2010
Learn »
...to params
...
// Set nparams to the actual length of params.
*(&rec + Rec.offset) = rec.params...
April 25, 2010
Learn »
...ushort nparams;
  ushort options;
  NoLength!(Parameter[], "nparams") params;
}
...
foreach(i,m; rec2.tupleof){
  static if...
April 25, 2010
Learn »
...ushort[] params; // this has nparams elements
}

Rec2 rec2 = {index:1, nparams:2, options:~0, params...
April 25, 2010
Learn »
...Parameter[] params;
}
struct Parameter{
  ParamType pt;
  union{
    STRING str;
    CV param;
  }
}

etc etc

for params...
April 19, 2010
Learn »
...already allows you to write

check!fun(params); // no need to give explictly the EL...
121 122 123 124 125 126 127 128 129 130 131
Next ›   Last »