I want to concatenate 2 or more arrays.
// Initialize the first Array let a = [1,2,3] // Concatenate them var b = a + [4,5,6] print(b)
* Please let us know about anything: issues/feature request/suggestions......And we'll do our best to get back to you asap! :)
Or just post your issue on iSwift's Official Issue Tracker