mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-03 03:01:44 +00:00
To aid in simplifying the packing/unpacking of Lists to protobuf, this adds helper methods that put the iteration logic in `Protobuf.java`, similar to arrays. This makes packing/unpacking a List a single line, similar to other types. Useful for #8776 and #8172.