Declaring part of a tuple as nonisolated(unsafe)
|
|
1
|
50
|
October 1, 2025
|
How to think properly about binding memory
|
|
4
|
300
|
September 4, 2025
|
Is it safe to deinitialize() uninitialized memory if it was bound to a trivial type?
|
|
5
|
125
|
August 29, 2025
|
(De)Initialization of Character inside of UnsafeMutableBufferPointer
|
|
3
|
83
|
July 30, 2025
|
Borrowing nested withUnsafePointer: cannot be captured by an escaping closure since it is a borrowed parameter
|
|
8
|
297
|
July 21, 2025
|
`unsafeAddress` and `unsafeMutableAddress`
|
|
4
|
275
|
May 11, 2025
|
Unsafe APIs don't seem to handle ~Copyable types and typed throws
|
|
1
|
165
|
November 7, 2024
|
Questions about raw and typed pointers and generic
|
|
5
|
471
|
February 7, 2024
|
How convert String to UnsafePointer<Int8>, not Mutable
|
|
10
|
830
|
February 3, 2024
|
[Pitch] Safe(r) string literal conversion to UnsafePointer<CChar>, UnsafeRawPointer
|
|
7
|
1165
|
August 2, 2023
|
New function colour: unsafe
|
|
104
|
4926
|
June 22, 2023
|
Help me diagnose inconsistent test failures on unsafe code
|
|
0
|
403
|
September 28, 2022
|
Can an UnsafeBufferPointer to local scope Array outlive it's own reference?
|
|
13
|
2080
|
June 10, 2021
|