Skip to content

Commit 791ce5d

Browse files
committed
Explicit specific element type of the DispatchData iterator. NFC
1 parent a28fc2b commit 791ce5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/swift/Data.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ public struct DispatchData : RandomAccessCollection {
318318
}
319319

320320
public struct DispatchDataIterator : IteratorProtocol, Sequence {
321+
public typealias Element = UInt8
321322

322323
/// Create an iterator over the given DispatchData
323324
public init(_data: DispatchData) {

0 commit comments

Comments
 (0)