I want to perform installation operations on the coordinates of paired elements from the xy grid. For example. {(0,0), (1,4), (1,5), (2,3)} union with {(2,3), (1,4), (2,6)} = {(0 , 0), (1,4), (1,5), (2,3), (2,6)}, unfortunately, I cannot develop a way to insert tuples into Swift Set commands, since it says that they do not conform to the hashable protocol. I think I have a job, but it has a lot of code. Is there a simple way that I am missing before I hit the grindstone?
I'm completely new to the iOS framework, so I'm currently trying to do everything in Swift. This may be my problem ...
source
share