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 b01f38b commit 6165862Copy full SHA for 6165862
PATCHES
@@ -367,3 +367,4 @@ github commits starting with 29bdc2f from
367
[295f676] APPLIED rdar://35017478
368
[48196a2] APPLIED rdar://35017478
369
[a28fc2b] APPLIED rdar://35017478
370
+[791ce5d] APPLIED rdar://35017478
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