Type Aliasswift 6.0.3Swift
UnsafeBufferPointerIterator
This declaration has been renamed to UnsafeBufferPointer.Iterator.
This declaration was obsoleted in Swift 5.0.
typealias UnsafeBufferPointerIterator<T> = UnsafeBufferPointer<T>.Iterator
This declaration has been renamed to UnsafeBufferPointer.Iterator.
This declaration was obsoleted in Swift 5.0.
typealias UnsafeBufferPointerIterator<T> = UnsafeBufferPointer<T>.Iterator
import Swift
@frozen struct Iterator
An iterator for the elements in the buffer referenced by an UnsafeBufferPointer
or UnsafeMutableBufferPointer
instance.
@frozen struct UnsafeBufferPointer<Element> where Element : ~Copyable
A nonowning collection interface to a buffer of elements stored contiguously in memory.