mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
This allows some null checks to be removed Technically, this allows the possibility of NPEs after an object is closed, but calling methods after close is bad practice anyways