SingleMapEntry

public struct SingleMapEntry<Key, Value> : _RealmMapValue, Hashable where Key : _MapKey, Value : RealmCollectionValue

用于在 Map 中保存单个键值条目的容器。 这用于元组无法表示为通用参数的情况。