RepeatedField: unset by index (#11425)
Instead of using `array_pop()` to remove last element use `unset()` to remove by index Closes #11425 COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/11425 from Leprechaunz:unset-by-index a47fba57e43228c92791aa75e1bc04169491bf41 PiperOrigin-RevId: 508691545
Loading
Please sign in to comment