Replacing a ~Copyable stored property of a class
|
|
5
|
164
|
April 26, 2025
|
How can I borrow with conditional binding?
|
|
10
|
281
|
March 25, 2025
|
Noncopyable deinit is not called when compiling with -O
|
|
3
|
131
|
March 10, 2025
|
Converting NonCopyable types to any Protocol
|
|
3
|
73
|
January 24, 2025
|
Doesn't Swift borrow immutable structs by default?
|
|
7
|
452
|
January 6, 2025
|
Missing reinitialization of closure capture after consume for closures executed only once
|
|
2
|
128
|
December 27, 2024
|
What does the `Result: ~Copyable` constraint mean in the Mutex API (and in general)?
|
|
4
|
177
|
September 22, 2024
|
A need for a once-callable closure type
|
|
12
|
377
|
September 12, 2024
|
Compiler hang on consuming in noncopyable enum with URL in associated value?
|
|
2
|
127
|
August 30, 2024
|
Standard library noncopyable containers e.g Hypoarray
|
|
2
|
343
|
August 10, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7723
|
July 3, 2024
|
Consume and memory performance
|
|
9
|
361
|
June 27, 2024
|
[Accepted] SE-0437: Generalizing standard library primitives for non-copyable types
|
|
8
|
2182
|
June 24, 2024
|
Concurrency Continuation lacks ~Copyable support
|
|
4
|
403
|
June 20, 2024
|
Noncopyable type has deinit called before init
|
|
6
|
813
|
June 1, 2024
|
SE-0437: Generalizing standard library primitives for non-copyable types
|
|
14
|
2419
|
June 5, 2024
|
Noncopyable types and implicit conversions
|
|
16
|
1331
|
June 4, 2024
|
Avoid copying large matrix data within a function
|
|
13
|
554
|
May 17, 2024
|
Noncopyable Generics in Swift: A Code Walkthrough
|
|
47
|
5841
|
March 25, 2024
|
Is there a way to declare/import C type as a noncopyable struct in Swift
|
|
4
|
400
|
March 13, 2024
|
Escaping Consuming Functions
|
|
6
|
1171
|
February 3, 2024
|
Consuming, borrowing and type inference
|
|
4
|
885
|
November 22, 2023
|
~Copyable and @dynamicmemberlookup
|
|
2
|
608
|
November 13, 2023
|
Capturing a noncopyable type in an async closure
|
|
4
|
675
|
October 30, 2023
|