ContiguousArray.Iterator
The type that allows iteration over an array’s elements.
Declaration
typealias Iterator = IndexingIterator<ContiguousArray<Element>>The type that allows iteration over an array’s elements.
typealias Iterator = IndexingIterator<ContiguousArray<Element>>