SingleMapEntry

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

container para manter uma única entrada de valor-chave em um Mapa. This is used where a tuple cannot be expressed as a generic argument.