Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

visitPackedInt32Field(value:fieldNumber:)

This is called once with the complete array of values for the field.

Visitor.swift:306
mutating func visitPackedInt32Field(value: [Int32], fieldNumber: Int) throws

There is a default implementation that forwards to the non-packed function.