Type Aliasswift-protobuf 1.28.1SwiftProtobuf
Key
ProtobufMap.swift:28typealias Key = KeyType.BaseType
typealias Key = KeyType.BaseType
Show implementation details (2)
Hide implementation details
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct _ProtobufMessageMap<KeyType, ValueType> where KeyType : MapKeyType, ValueType : Hashable, ValueType : Message
SwiftProtobuf Internal: Support for Encoding/Decoding.
associatedtype BaseType : Hashable, Sendable
typealias BaseType = Dictionary<Key, Value>
typealias Value = ValueType