September 28, 2009 General » Re: opApply ref and "const" iterators | |||
|---|---|---|---|
| |||
...that opApply takes must always take ref params, even if you don't iterate as... | |||
September 26, 2009 General » Re: Why not move cast to the standard library? | |||
|---|---|---|---|
| |||
...90); // transformed to: "int result = 90;" [macro(params)] // some imaginary attribute/annotations syntax class Class... | |||
September 22, 2009 General » Re: Does dmd have SSE intrinsics? | |||
|---|---|---|---|
| |||
...ReturnType!(func) func(ParameterTupleOf!(func) params)
{
auto result = innerObj.func(params);
// do something interesting
return... | |||
September 21, 2009 Learn » Re: ref arguments | |||
|---|---|---|---|
| |||
...myself stay out of 'ref' and 'out' params since they do not yet optimize and... | |||
September 17, 2009 Issues » [Issue 1812] DDOC - Unicode identifiers are not correctly marked. | |||
|---|---|---|---|
| |||
...parameters are not listed under Params in the generated output * * Params: * ü = first * ş = second... | |||
September 17, 2009 General » Re: Elliotte Rusty Harold's take on Java | |||
|---|---|---|---|
| |||
...func(type[] arr, params) {}
and use it as:
type[] arr;
arr.func(params);
applied to... | |||
September 12, 2009 General » Re: Simple bolt-on unittest improvement | |||
|---|---|---|---|
| |||
...old C++ hacker, immediately tried the default params trick for __FILE__ and __LINE__ but it... | |||
September 12, 2009 General » Re: Incremental compilation with DMD | |||
|---|---|---|---|
| |||
...objfile->name->str);` after `m->genobjfile(global.params.multiobj);` in mars.c. I'm compiling... | |||
September 05, 2009 Learn » Re: No $ for op overloads? | |||
|---|---|---|---|
| |||
...like defining a global __dollar, but it's useless since it can't take params. | |||
September 02, 2009 General » Re: How Nested Functions Work, part 1 | |||
|---|---|---|---|
| |||
No, you can do it with params too.
foo((int x) { return x; }); | |||
Copyright © 1999-2021 by the D Language Foundation