You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 2.24.1, there doesn't seem to be an easy way to append multiple elements to a RepeatedField which already contains some elements. The simplest way to support this would be for it to implement std::iter::Extend, like Vec does.
The text was updated successfully, but these errors were encountered:
As of 2.24.1, there doesn't seem to be an easy way to append multiple elements to a
RepeatedField
which already contains some elements. The simplest way to support this would be for it to implementstd::iter::Extend
, likeVec
does.The text was updated successfully, but these errors were encountered: