Concrete struct field types are critical for performance (if the struct is used in inner loops). It’s not just about safety.
See also this explanation for why concrete fields matter.
Concrete struct field types are critical for performance (if the struct is used in inner loops). It’s not just about safety.
See also this explanation for why concrete fields matter.