swift reverse code example Example: reverse list swift var arr: [Int] = [1, 2, 3] arr.reverse() // .reverse() will reverse the list.