Why is `UnsafeBufferPointer`'s `baseAddress` optional?
|
|
69
|
2981
|
March 21, 2023
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
280
|
February 2, 2023
|
Pointer undefined behavior
|
|
13
|
251
|
January 21, 2023
|
UnsafePointer<UnsafePointer<CChar>> without multiple closures?
|
|
3
|
224
|
January 20, 2023
|
How do I initialize a C struct from a Data object?
|
|
6
|
321
|
January 1, 2023
|
What is & doing when using pointers?
|
|
6
|
372
|
December 12, 2022
|
Dangling pointer from array
|
|
4
|
436
|
November 25, 2022
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
125
|
September 28, 2022
|
SE-0370: Pointer family initialization improvements and better buffer slices
|
|
35
|
1932
|
August 31, 2022
|
[Accepted] SE-0370: Pointer family initialization improvements and better buffer slices
|
|
0
|
403
|
August 31, 2022
|
SE-0349: Unaligned loads and stores from raw memory
|
|
11
|
2096
|
April 14, 2022
|
[Accepted] SE-0349: Unaligned loads and stores from raw memory
|
|
0
|
676
|
April 14, 2022
|
What's the proper way to assign a UnsafeMutablePointer<OpaquePointer>
|
|
8
|
1082
|
February 16, 2022
|
Inconsistent reference counting of UnsafeMutablePointer
|
|
5
|
755
|
December 24, 2021
|
Stable pointer to a C String literal
|
|
11
|
782
|
October 26, 2021
|
Write to slice of UnsafeMutableBufferPointer
|
|
5
|
777
|
October 15, 2021
|
[Pitch] Temporary uninitialized buffers
|
|
44
|
2818
|
August 27, 2021
|
Data type returning wrong index values when sliced
|
|
7
|
652
|
August 2, 2021
|
How to pass a pointer to a pointer safely?
|
|
7
|
1589
|
May 6, 2021
|
Is it safe to use a variable after modifying via a rebound pointer?
|
|
5
|
665
|
February 18, 2021
|
Can `UnsafeMutablePonter<T>.moveInitialize(from:count:)` be used with overlapping source and destination?
|
|
1
|
339
|
January 25, 2021
|
The `Data.init(bytesNoCopy:count:deallocator:)` does not work as expected when `Data` is of representation of `InlineData`
|
|
12
|
1057
|
October 8, 2020
|
Help with some pointer code
|
|
10
|
760
|
April 4, 2020
|
Two questions about pointers and performance
|
|
32
|
2418
|
February 28, 2020
|