I have an Array and want to calculate its size/capacity (how many elements it contains).
// Initialize the Array var a = [1,2,3] // Get the size of the array let size = a.count print(size)
* 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