5 ms·You could also build the list directly. buildList { for (x in 0..<10) for (y in 0..<10) add(x*y) }by robch 2y agoYou could also build the list directly. buildList { for (x in 0..<10) for (y in 0..<10) add(x*y) }