question about AutoImplement_Helper (and a couple of others)

2011-04-15 Thread Read Bixby
I'm a bit new with the D programming language, so I figured this would be the right place to ask a few questions that have been piling up. So let's start. First, I recently found the AutoImplement class while I was trying to build a Proxy object. It seemed like an interesting thing to try, thoug

Re: question about AutoImplement_Helper (and a couple of others)

2011-04-15 Thread bearophile
Read Bixby: > (and I have no idea why it even compiles). If it's in the same module then it compiles because everything in a module is public to each other. If it's in another module then it's a compiler bug. > My third question is about attributes. As far as I can tell, D has > no user defin