Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

visitPackedFloatField(value:fieldNumber:)

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

Visitor.swift:288
mutating func visitPackedFloatField(value: [Float], fieldNumber: Int) throws

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