RLMKeyValueIterator

@frozen
public struct RLMKeyValueIterator<Key, Value> : IteratorProtocol where Key : _MapKey, Value : RealmCollectionValue

Map<Key, Value>的迭代器,可为映射中的每个条目生成(key: Key, value: Value)对。