On Wednesday, 16 August 2017 at 18:11:05 UTC, bitwise wrote: > If I define a non-default constructor for a struct, are the > fields initialized to T.init by the time it's called? The struct instance is initialized with T.init before invoking the constructor.