Neil Jain

Results 1 comments of Neil Jain

For those who are looking for the fix. ```Swift _ = data.withUnsafeBytes { pointer in guard let bytes = pointer.baseAddress?.assumingMemoryBound(to: Unit8.self) else { return } //... use bytes here }...