Skip to content

Commit be91b6c

Browse files
committed
Remove unused Data extension
1 parent a5740e4 commit be91b6c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Sources/Extensions.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,4 @@ extension Data {
1919
}
2020
}
2121

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-
2722
}

0 commit comments

Comments
 (0)