swift get last item of array code example Example: how to get the last element of an array in swift if let last = a.last { print(last) }