mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
This enables use of types that have a no-args constructor rather than one that takes an explicit zero value. For numeric types, value initialization will result in a zero value, so this is not a functional change.