SingleMapEntry
public struct SingleMapEntry<Key, Value> : _RealmMapValue, Hashable where Key : _MapKey, Value : RealmCollectionValue
用于在 Map 中保存单个键值条目的容器。 这用于元组无法表示为通用参数的情况。
-
此 Map 条目的键。
声明
Swift
public var key: `Self`.Key
-
此映射条目的值。
声明
Swift
public var value: `Self`.Value