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 5ca7ce2 commit dd4f4edCopy full SHA for dd4f4ed
Sources/DataConvertible.swift
@@ -69,8 +69,6 @@ internal protocol DataContainer: RandomAccessCollection where Self.Index == Int
69
70
subscript(index: Int) -> UInt8 { get }
71
72
- subscript(range: Range<Int>) -> Slice<Self> { get }
73
-
74
mutating func append(_ newElement: UInt8)
75
76
mutating func append(_ pointer: UnsafePointer<UInt8>, count: Int)
0 commit comments