Required Instance Methodswift-protobuf 1.29.0SwiftProtobuf

visitPackedDoubleField(value:fieldNumber:)

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

Visitor.swift:297
mutating func visitPackedDoubleField(value: [Double], fieldNumber: Int) throws

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