swift get array size code example Example: array length swift let arr = [1, 2, 3] print(arr.count) // 3