Limitations of `borrowing` / why not first-class borrowed references?
|
|
0
|
83
|
May 21, 2025
|
Non-copyable protocol
|
|
5
|
106
|
May 15, 2025
|
Nonsendable type inside of a sendable, noncopyable struct
|
|
4
|
151
|
May 12, 2025
|
Noncopyables and {get} in protocols
|
|
6
|
253
|
May 8, 2025
|
Replacing a ~Copyable stored property of a class
|
|
5
|
167
|
April 26, 2025
|
How can I borrow with conditional binding?
|
|
10
|
285
|
March 25, 2025
|
Noncopyable deinit is not called when compiling with -O
|
|
3
|
133
|
March 10, 2025
|
Converting NonCopyable types to any Protocol
|
|
3
|
74
|
January 24, 2025
|
Doesn't Swift borrow immutable structs by default?
|
|
7
|
476
|
January 6, 2025
|
Missing reinitialization of closure capture after consume for closures executed only once
|
|
2
|
138
|
December 27, 2024
|
What does the `Result: ~Copyable` constraint mean in the Mutex API (and in general)?
|
|
4
|
182
|
September 22, 2024
|
A need for a once-callable closure type
|
|
12
|
384
|
September 12, 2024
|
Compiler hang on consuming in noncopyable enum with URL in associated value?
|
|
2
|
128
|
August 30, 2024
|
Standard library noncopyable containers e.g Hypoarray
|
|
2
|
365
|
August 10, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7735
|
July 3, 2024
|
Consume and memory performance
|
|
9
|
364
|
June 27, 2024
|
[Accepted] SE-0437: Generalizing standard library primitives for non-copyable types
|
|
8
|
2184
|
June 24, 2024
|
Concurrency Continuation lacks ~Copyable support
|
|
4
|
404
|
June 20, 2024
|
Noncopyable type has deinit called before init
|
|
6
|
815
|
June 1, 2024
|
SE-0437: Generalizing standard library primitives for non-copyable types
|
|
14
|
2425
|
June 5, 2024
|
Noncopyable types and implicit conversions
|
|
16
|
1332
|
June 4, 2024
|
Avoid copying large matrix data within a function
|
|
13
|
561
|
May 17, 2024
|
Noncopyable Generics in Swift: A Code Walkthrough
|
|
47
|
5918
|
March 25, 2024
|
Is there a way to declare/import C type as a noncopyable struct in Swift
|
|
4
|
403
|
March 13, 2024
|
Escaping Consuming Functions
|
|
6
|
1188
|
February 3, 2024
|
Consuming, borrowing and type inference
|
|
4
|
901
|
November 22, 2023
|
~Copyable and @dynamicmemberlookup
|
|
2
|
611
|
November 13, 2023
|
Capturing a noncopyable type in an async closure
|
|
4
|
685
|
October 30, 2023
|