As I am new to swift, I couldn't understand the difference between the below two code snippets or are they both identical
var lisA = (1,2,3)
var lisB = [1,2,3]
As I am new to swift, I couldn't understand the difference between the below two code snippets or are they both identical
var lisA = (1,2,3)
var lisB = [1,2,3]