Files
allwpilib/wpiutil
Alan Everett 9dabcb99f3 [wpiutil] Add protobuf List pack/unpack for Java (#9042)
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.
2026-07-01 23:03:06 -07:00
..