mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
During testing, I was seeing a lot of unnecessary code (and allocations in Java/C#) when appending the path separator to the base path. That technically is a constant, so this computes this constant during class construction.