I am attempting to get the index value of an array of CNLabelValue phone labels. I could iterate over them and get it that way but I know the .idex method would work just can't figure the syntax after of:
let labelIndex = mutableContact.phoneNumbers.index(of: <#T##CNLabeledValue<CNPhoneNumber>#>)