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.