static class vs. static struct

anonymous via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 26 13:55:17 PST 2015


On Monday, 26 January 2015 at 21:33:10 UTC, Piotrek wrote:
> On Monday, 26 January 2015 at 14:11:32 UTC, bearophile wrote:
>> Non-static structs/classes have an extra pointer.
>>
>> Bye,
>> bearophile
>
> Since when structs have an extra pointer? Maybe you are talking 
> about nested structs?

Non-static means nested.


More information about the Digitalmars-d-learn mailing list