I was in need some days back to create a mock that conformed to an Actor protocol. And when trying to accessing one of their properties I couldn’t do it. And the error that you see on the title of this post was showed. This was an obvious thing that I found out after reading …
swift
“KeyValuePairs” in Swift or how to create an ordered dictionary
I was facing one day with the strange –at the time– task to send to a third party application an ordered collection key/value pair from an iOS app. I then wondered if there was a collection type, capable of doing such thing in Swift since my knowledge at the time of a dictionary in this …