Jarrett Billingsley wrote: > What is the TRUE reason you don't want to give structs ctors? I don't want > to know why static opCalls are good, but why ctors are bad. Constructor: S(v); static opCall: S(v) What's the difference? I just don't see the point for adding constructors.