November 13, 2009 General » Re: Getting the error from __traits(compiles, ...) | |||
|---|---|---|---|
| |||
...construct:
int[] arr;
void foo(int[], params) {} => arr.foo(params);
This should not be considered... | |||
November 13, 2009 General » Re: Named return type > Out parameters | |||
|---|---|---|---|
| |||
...idea, but the nice thing about "out" params is that you can overload on them... | |||
November 06, 2009 Learn » Re: typeof and my crummy code... | |||
|---|---|---|---|
| |||
...parameters applied above? * for a function sans params, there would be a semantic ambiguity (in... | |||
November 05, 2009 General » Re: Safety, undefined behavior, @safe, @trusted | |||
|---|---|---|---|
| |||
...Java you probably had trouble emulating ref params/returns, and on .net, you can use... | |||
November 02, 2009 Issues » [Issue 3465] New: isIdeographic can be wrong in std.xml | |||
|---|---|---|---|
| |||
...1998/REC-xml-19980210, XML 1.0) * * Params: * c = the character to be tested * The... | |||
November 01, 2009 General » Unofficial wish list status.(Nov 2009) | |||
|---|---|---|---|
| |||
...Explicit module `friendship` (#43) 33 Pass value params byref (#34) 33 auto-member objects (#45... | |||
October 20, 2009 Learn » Re: convert ... to array | |||
|---|---|---|---|
| |||
...you only intend Foo.array() to accept params of a particular type, just an arbitrary... | |||
October 13, 2009 General » Re: A possible solution for the opIndexXxxAssign morass | |||
|---|---|---|---|
| |||
...generic, like an opExpression(Expr, T...)(T params); (i.e. a way of doing expression... | |||
October 08, 2009 Issues » [Issue 1140] ICE(cod1.c) casting last function parameter to 8 byte value | |||
|---|---|---|---|
| |||
...in
if (regcon.params && e->EV.sp.Vsym->Sclass == SCfastpar &&
- regcon.params & mask[e->EV... | |||
September 30, 2009 General » Unofficial wish list status.(Oct 2009) | |||
|---|---|---|---|
| |||
...Explicit module `friendship` (#43) 33 Pass value params byref (#34) 33 auto-member objects (#45... | |||
Copyright © 1999-2021 by the D Language Foundation