We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28fc2b commit 791ce5dCopy full SHA for 791ce5d
src/swift/Data.swift
@@ -318,6 +318,7 @@ public struct DispatchData : RandomAccessCollection {
318
}
319
320
public struct DispatchDataIterator : IteratorProtocol, Sequence {
321
+ public typealias Element = UInt8
322
323
/// Create an iterator over the given DispatchData
324
public init(_data: DispatchData) {
0 commit comments