Skip to content

Commit a1ebe28

Browse files
authored
Merge pull request #28327 from CodaFi/do-it-for-the-datagrams
2 parents 5d164ee + 8103c8e commit a1ebe28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Darwin/Foundation-swiftoverlay/Data.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ internal final class __DataStorage {
106106
@usableFromInline var _bytes: UnsafeMutableRawPointer?
107107
@usableFromInline var _length: Int
108108
@usableFromInline var _capacity: Int
109-
@usableFromInline var _needToZero: Bool
110-
@usableFromInline var _deallocator: ((UnsafeMutableRawPointer, Int) -> Void)?
111109
@usableFromInline var _offset: Int
112-
110+
@usableFromInline var _deallocator: ((UnsafeMutableRawPointer, Int) -> Void)?
111+
@usableFromInline var _needToZero: Bool
112+
113113
@inlinable // This is @inlinable as trivially computable.
114114
var bytes: UnsafeRawPointer? {
115115
return UnsafeRawPointer(_bytes)?.advanced(by: -_offset)

0 commit comments

Comments
 (0)