for index, word in words.enumerate() { funcThatRequiresWordAndIndex(word, index: index) }