fn zeroInit(comptime T: type, init: anytype) T
[src]
Initializes all fields of the struct with their default value, or zero values if no default value is present. If the field is present in the provided initial values, it will have that value instead. Structs are initialized recursively.