Initializerswift-protobuf 1.29.0SwiftProtobuf
init
ExtensionFieldValueSet.swift:42init()
init()
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct ExtensionFieldValueSet
A collection of extension field values on a particular object. This is only used within messages to manage the values of extension fields; it does not need to be very sophisticated.
var isInitialized: Bool { get }
subscript(index: Int) -> (any AnyExtensionField)? { get set }
static func == (lhs: ExtensionFieldValueSet, rhs: ExtensionFieldValueSet) -> Bool
func hash(into hasher: inout Hasher)
func traverse<V>(visitor: inout V, start: Int, end: Int) throws where V : Visitor