5
Mapeie ou reduza com o índice no Swift
Existe uma maneira de obter o índice da matriz em mapou reduceem Swift? Estou procurando algo parecido each_with_indexcom Ruby. func lunhCheck(number : String) -> Bool { var odd = true; return reverse(number).map { String($0).toInt()! }.reduce(0) { odd = !odd return $0 + (odd ? ($1 == 9 ? 9 : …