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.
2 parents 5d164ee + 8103c8e commit a1ebe28Copy full SHA for a1ebe28
Darwin/Foundation-swiftoverlay/Data.swift
@@ -106,10 +106,10 @@ internal final class __DataStorage {
106
@usableFromInline var _bytes: UnsafeMutableRawPointer?
107
@usableFromInline var _length: Int
108
@usableFromInline var _capacity: Int
109
- @usableFromInline var _needToZero: Bool
110
- @usableFromInline var _deallocator: ((UnsafeMutableRawPointer, Int) -> Void)?
111
@usableFromInline var _offset: Int
112
-
+ @usableFromInline var _deallocator: ((UnsafeMutableRawPointer, Int) -> Void)?
+ @usableFromInline var _needToZero: Bool
+
113
@inlinable // This is @inlinable as trivially computable.
114
var bytes: UnsafeRawPointer? {
115
return UnsafeRawPointer(_bytes)?.advanced(by: -_offset)
0 commit comments