I have an array of type tuple (Date, MyOwnClass) and try to find the index of a specific tuple that equals to my target tuple from the tuple array. XCode is giving me error saying "Binary operator == can not..." when I tried to use ".indexOf({ $0 == targetTuple })"
Thanks in advance!