Closed seivan closed 7 years ago
In the future, might switch out NSString to String, substring to the subscription [] operator and NSRange to Range<Int> or Range<String.Index>
NSString
String
substring
subscription []
NSRange
Range<Int>
Range<String.Index>
Any takes on this?
In the future, might switch out
NSString
toString
,substring
to thesubscription []
operator andNSRange
toRange<Int>
orRange<String.Index>
Any takes on this?