Type Aliasswift-protobuf 1.29.0SwiftProtobuf
ValueType
ExtensionFields.swift:124typealias ValueType = [BaseType]
typealias ValueType = [BaseType]
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedExtensionField<T> where T : FieldType
Repeated fields
typealias BaseType = T.BaseType
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
init(protobufExtension: any AnyMessageExtension, value: ValueType)
var debugDescription: String { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: RepeatedExtensionField, rhs: RepeatedExtensionField) -> 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