We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5740e4 commit be91b6cCopy full SHA for be91b6c
1 file changed
Sources/Extensions.swift
@@ -19,9 +19,4 @@ extension Data {
19
}
20
21
22
- @inline(__always)
23
- func toArray<T>(type: T.Type) -> [T] {
24
- return self.toArray(type: type, count: self.count / MemoryLayout<T>.size)
25
- }
26
-
27
0 commit comments