Daniel Keep Wrote:
> Justin Johansson wrote:
> > There was mention** on the general discussion group that the D
> > foreach_reverse
> > language construct could be replaced (emulated?) with a (D) meta-program.
> >
> > ** "Even a novice programmer can write a meta-program to replace
> > foreach_r
Daniel Keep wrote:
> ...
> Note: this is VERY old code, but I have no reason to think it won't
> still work. I may need a little dusting off...
*It* may need a little dusting off. Argh.
Jarrett Billingsley wrote:
> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
>> How does one determine the sizeof (in bytes) of an instance of a class in D?
>>
>> .sizeof works as advertised for structs, but for reference types,
>> .sizeof yields the sizeof the referencing variable (effe
Justin Johansson wrote:
> There was mention** on the general discussion group that the D foreach_reverse
> language construct could be replaced (emulated?) with a (D) meta-program.
>
> ** "Even a novice programmer can write a meta-program to replace
> foreach_reverse without any runtime performan
There was mention** on the general discussion group that the D foreach_reverse
language construct could be replaced (emulated?) with a (D) meta-program.
** "Even a novice programmer can write a meta-program to replace
foreach_reverse without any runtime performance hit."
http://www.digitalmar
Jeremie Pelletier Wrote:
> Justin Johansson wrote:
> > Jarrett Billingsley Wrote:
> >
> >> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> >>> How does one determine the sizeof (in bytes) of an instance of a class in
> >>> D?
> >>>
> >>> .sizeof works as advertised for structs, but fo
Justin Johansson wrote:
Jarrett Billingsley Wrote:
On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing
Jarrett Billingsley Wrote:
> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> > How does one determine the sizeof (in bytes) of an instance of a class in D?
> >
> > .sizeof works as advertised for structs, but for reference types,
> > .sizeof yields the sizeof the referencing variable (e
On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> How does one determine the sizeof (in bytes) of an instance of a class in D?
>
> .sizeof works as advertised for structs, but for reference types,
> .sizeof yields the sizeof the referencing variable (effectively same as size
> of a pointe
Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing variable (effectively same as size of
a pointer)
and not the size of the underlying in
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing variable (effectively same as size of
a pointer)
and not the size of the underlying instance.
I did try scannin
11 matches
Mail list logo