I am using the Range method which worked on swift 2, but after updating to swift 3 I get this error. My guess is that it was deprecated.
let range = Range<String.Index>(start: numbers.startIndex, end: numbers.endIndex)
I am using the Range method which worked on swift 2, but after updating to swift 3 I get this error. My guess is that it was deprecated.
let range = Range<String.Index>(start: numbers.startIndex, end: numbers.endIndex)