Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
value
ExtensionFields.swift:490var value: ValueType
var value: ValueType
s13SwiftProtobuf29RepeatedMessageExtensionFieldV5valueSayxGvp
What are these?37WAH
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedMessageExtensionField<M> where M : Equatable, M : Message
typealias ValueType = [BaseType]
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
init(protobufExtension: any AnyMessageExtension, value: ValueType)
var debugDescription: String { get }
var isInitialized: Bool { get }
var protobufExtension: any AnyMessageExtension
static func == (lhs: RepeatedMessageExtensionField, rhs: RepeatedMessageExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
func hash(into hasher: inout Hasher)
func isEqual(other: any AnyExtensionField) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias BaseType = M