RemoveRepeatedFieldValue
Removes a value by index from a protobuf message repeated field.
native void RemoveRepeatedFieldValue(const char[] field, int index)
Parameters
const char[] field
Field name.
int index
Index into repeated field.
Return Value
voidError
Non-existent field, or incorrect field type.