Middle
What restriction does a Swift dictionary impose on key types?
sobes.tech AI
Answer from AI
The key type in a Swift dictionary must conform to the Hashable protocol.
sobes.tech AI
Answer from AI
The key type in a Swift dictionary must conform to the Hashable protocol.