Type Aliasswift-protobuf 1.31.0SwiftProtobuf
ValueType
ExtensionFields.swift:625typealias ValueType = [RepeatedGroupExtensionField<G>.BaseType]typealias ValueType = [RepeatedGroupExtensionField<G>.BaseType]s13SwiftProtobuf27RepeatedGroupExtensionFieldV9ValueTypea What are these?2HGMGimport SwiftProtobufSupport library for Swift code generated by protoc-gen-swift.
struct RepeatedGroupExtensionField<G> where G : Hashable, G : Messageinit?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder init(protobufExtension: any AnyMessageExtension, value: RepeatedGroupExtensionField<G>.ValueType) var debugDescription: String { get }var isInitialized: Bool { get }var protobufExtension: any AnyMessageExtensionvar value: RepeatedGroupExtensionField<G>.ValueTypestatic func == (lhs: RepeatedGroupExtensionField<G>, rhs: RepeatedGroupExtensionField<G>) -> 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 = G