Instance Methodswift-protobuf 1.28.1SwiftProtobuf
insert(contentsOf:)
SimpleExtensionMap.swift:72mutating func insert(contentsOf: [any Element])
mutating func insert(contentsOf: [any Element])
s13SwiftProtobuf18SimpleExtensionMapV6insert10contentsOfySayAA010AnyMessageD0_pG_tF
What are these?
FNV24: [6G8XG]
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct SimpleExtensionMap
A default implementation of ExtensionMap.
typealias Element = AnyMessageExtension
init()
init(_ others: SimpleExtensionMap...)
init(arrayLiteral: any Element...)
var debugDescription: String { get }
subscript(messageType: any Message.Type, fieldNumber: Int) -> (any AnyMessageExtension)? { get }
func fieldNumberForProto(messageType: any Message.Type, protoFieldName: String) -> Int?
mutating func formUnion(_ other: SimpleExtensionMap)
mutating func insert(_ newValue: any Element)
func union(_ other: SimpleExtensionMap) -> SimpleExtensionMap