You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I actually convert the StringQuantum to a [String] and access each word in there?
For example I have:
hits![indexPath.row].highlights![0].matchedTokens!
Yet I am stuck with the StringQuantum data type and have no idea how to convert it to an array of Strings.