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 e64d810 commit aae9601Copy full SHA for aae9601
stdlib/public/SDK/Foundation/Data.swift
@@ -96,10 +96,10 @@ public final class _DataStorage {
96
public var _bytes: UnsafeMutableRawPointer?
97
public var _length: Int
98
public var _capacity: Int
99
- public var _needToZero: Bool
+ public var _offset: Int
100
public var _deallocator: ((UnsafeMutableRawPointer, Int) -> Void)?
101
public var _backing: Backing = .swift
102
- public var _offset: Int
+ public var _needToZero: Bool
103
104
public var bytes: UnsafeRawPointer? {
105
@inline(__always)
0 commit comments