==(_:_:)
ExtensionFieldValueSet.swift:20static func == (lhs: ExtensionFieldValueSet, rhs: ExtensionFieldValueSet) -> Bool
static func == (lhs: ExtensionFieldValueSet, rhs: ExtensionFieldValueSet) -> Bool
s13SwiftProtobuf22ExtensionFieldValueSetV2eeoiySbAC_ACtFZ
What are these?2HLV
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.
@frozen struct Bool
A value type whose instances are either true
or false
.
init()
var isInitialized: Bool { get }
subscript(index: Int) -> (any AnyExtensionField)? { get set }
func hash(into hasher: inout Hasher)
func traverse<V>(visitor: inout V, start: Int, end: Int) throws where V : Visitor