Search

November 13, 2009
General »
...construct:
int[] arr;
void foo(int[], params) {}  => arr.foo(params);

This should not be considered...
November 13, 2009
General »
...idea, but the nice thing about "out" params is that you can overload on them...
November 06, 2009
Learn »
...parameters applied above?
* for a function sans params, there would be a semantic ambiguity (in...
November 05, 2009
General »
...Java you probably had trouble emulating ref params/returns, and on .net, you can use...
November 02, 2009
Issues »
...1998/REC-xml-19980210, XML 1.0)
 *
 * Params:
 *    c = the character to be tested
 *    The...
November 01, 2009
General »
...Explicit module `friendship` (#43)
33  Pass value params byref (#34)
33  auto-member objects (#45...
October 20, 2009
Learn »
...you only intend Foo.array() to accept params of a particular type, just an arbitrary...
October 13, 2009
General »
...generic, like an opExpression(Expr, T...)(T params); (i.e. a way of doing expression...
October 08, 2009
Issues »
...in
    if (regcon.params && e->EV.sp.Vsym->Sclass == SCfastpar &&
-    regcon.params & mask[e->EV...
September 30, 2009
General »
...Explicit module `friendship` (#43)
33  Pass value params byref (#34)
33  auto-member objects (#45...
125 126 127 128 129 130 131 132 133 134 135
Next ›   Last »