Type Aliasswift-protobuf 1.28.1SwiftProtobuf
BaseType
ProtobufMap.swift:30typealias BaseType = Dictionary<Key, Value>
typealias BaseType = Dictionary<Key, Value>
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.
@frozen struct Dictionary<Key, Value> where Key : Hashable
A collection whose elements are key-value pairs.
typealias Key = KeyType.BaseType
typealias Value = ValueType