Instance Methodswift-protobuf 1.29.0SwiftProtobuf
hash(into:)
ExtensionFields.swift:206func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
s13SwiftProtobuf20PackedExtensionFieldV4hash4intoys6HasherVz_tF
What are these?8VJ7H
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct PackedExtensionField<T> where T : FieldType
Packed Repeated fields
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
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: PackedExtensionField, rhs: PackedExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
func isEqual(other: any AnyExtensionField) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias BaseType = T.BaseType
typealias ValueType = [BaseType]