On Thursday, 27 February 2014 at 13:44:11 UTC, Namespace wrote:
On Thursday, 27 February 2014 at 13:31:45 UTC, Dicebot wrote:On Thursday, 27 February 2014 at 13:18:51 UTC, Remo wrote:Then the question is why not use structs all the time?Key class feature is run-time polymorphism (via interfaces/inheritance). I tend to use structs for everything else in my personal code.Maybe we really should implement ARC classes... :)
I don't see how it is relevant. I would not have used ARC classes either.