How to find index of list item in Swift?
Asked 07 September, 2021
Viewed 2.1K times
  • 54
Votes

I am trying to find an item index by searching a list. Does anybody know how to do that?

I see there is list.StartIndex and list.EndIndex but I want something like python's list.index("text").

23 Answer