==(_:_:)
ExtensionFields.swift:629static func == (lhs: RepeatedGroupExtensionField, rhs: RepeatedGroupExtensionField) -> Bool
static func == (lhs: RepeatedGroupExtensionField, rhs: RepeatedGroupExtensionField) -> Bool
s13SwiftProtobuf27RepeatedGroupExtensionFieldV2eeoiySbACyxG_AEtFZ
What are these?9OHH8
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedGroupExtensionField<G> where G : Hashable, G : Message
@frozen struct Bool
A value type whose instances are either true
or false
.
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
var value: ValueType
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
typealias ValueType = [BaseType]