June 04, 2010 Issues » [Issue 4265] It should be possible to query template parameters with __traits | |||
|---|---|---|---|
| |||
...that I wanted to get the template params. Sometimes I had to add alias declarations... | |||
June 01, 2010 General » Unofficial wish list status.(Jun 2010) | |||
|---|---|---|---|
| |||
...Explicit module `friendship` (#43) 34 Pass value params byref (#34) 34 auto-member objects (#45... | |||
May 23, 2010 General » Re: Poll: Primary D version | |||
|---|---|---|---|
| |||
...C functions out there with non-const params that do not modify them. Then there... | |||
May 05, 2010 Issues » [Issue 4160] New: Template function lookup should match non-template behavior for implicit conversion to shared params | |||
|---|---|---|---|
| |||
...template
behavior for implicit conversion to shared params
Product: D
Version: 2.040
Platform: x86... | |||
May 01, 2010 General » Unofficial wish list status.(May 2010) | |||
|---|---|---|---|
| |||
...Explicit module `friendship` (#43) 34 Pass value params byref (#34) 34 auto-member objects (#45... | |||
April 25, 2010 Learn » Re: structs, templates, alias | |||
|---|---|---|---|
| |||
...to params ... // Set nparams to the actual length of params. *(&rec + Rec.offset) = rec.params... | |||
April 25, 2010 Learn » Re: structs, templates, alias | |||
|---|---|---|---|
| |||
...ushort nparams;
ushort options;
NoLength!(Parameter[], "nparams") params;
}
...
foreach(i,m; rec2.tupleof){
static if... | |||
April 25, 2010 Learn » Re: structs, templates, alias | |||
|---|---|---|---|
| |||
...ushort[] params; // this has nparams elements
}
Rec2 rec2 = {index:1, nparams:2, options:~0, params... | |||
April 25, 2010 Learn » structs, templates, alias | |||
|---|---|---|---|
| |||
...Parameter[] params;
}
struct Parameter{
ParamType pt;
union{
STRING str;
CV param;
}
}
etc etc
for params... | |||
April 19, 2010 Learn » Re: metaprogramming question | |||
|---|---|---|---|
| |||
...already allows you to write check!fun(params); // no need to give explictly the EL... | |||
Copyright © 1999-2021 by the D Language Foundation