makeIterator()
Returns an iterator over the contents of the data.
Declaration
func makeIterator() -> Data.IteratorDiscussion
The iterator will increment byte-by-byte.
Returns an iterator over the contents of the data.
func makeIterator() -> Data.IteratorThe iterator will increment byte-by-byte.