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