April 27, 2009 Learn » Re: Get the name of a function and the parameters? | |||
|---|---|---|---|
| |||
...of course, but it works. Name of params? No, not that I've found. Sometimes... | |||
April 14, 2009 Learn » Open GL extensions, dglut style | |||
|---|---|---|---|
| |||
...C) fn;
ReturnType!(C) opCall(ParameterTypeTuple!(C) params) {
if (!fn) fn=cast(typeof(fn)) load... | |||
April 02, 2009 General » Re: X11 binding, XGetWindowProperty, and different behaviour for similar code between D and C++ (D fails) | |||
|---|---|---|---|
| |||
...was expecting a 32-bit one, the params would be in all the wrong places... | |||
April 01, 2009 Learn » What's the purpose of the -v1 switch? | |||
|---|---|---|---|
| |||
...p + 1, "v1") == 0)
{
#if DMDV1
global.params.Dversion = 1;
#else
error("use DMD 1... | |||
April 01, 2009 Issues » [Issue 2774] Functions-as-properties makes it impossible to get the .mangleof a function | |||
|---|---|---|---|
| |||
...can find out the ref-ness of params from (&foo).mangleof, but the name and... | |||
April 01, 2009 Issues » [Issue 2774] New: Functions-as-properties makes it impossible to get the .mangleof a function | |||
|---|---|---|---|
| |||
...well as the ref-ness of its params. But DMD currently turns any reference to... | |||
March 31, 2009 General » Unofficial wish list status.(Apr 2009) | |||
|---|---|---|---|
| |||
...assoc. array syntax (#20) 33 Pass value params byref (#34) 33 auto-member objects (#45... | |||
March 09, 2009 General » Re: important proposal: scope keyword for class members | |||
|---|---|---|---|
| |||
...void construct(Params...)(Params params) // perhaps, could be 'this'
{
assert(!_isConstructed);
value.ctor(params);
_isConstructed... | |||
March 01, 2009 General » Unofficial wish list status.(Mar 2009) | |||
|---|---|---|---|
| |||
...assoc. array syntax (#20) 33 Pass value params byref (#34) 33 auto-member objects (#45... | |||
February 28, 2009 General » Re: __FUNCTION__ | |||
|---|---|---|---|
| |||
...to do something like: Reflect.invoke(__FUNCTION__, params); Something funtionally equiveilent to that would aid... | |||
Copyright © 1999-2021 by the D Language Foundation