Converting NonCopyable types to any Protocol
|
|
3
|
67
|
January 24, 2025
|
Doesn't Swift borrow immutable structs by default?
|
|
7
|
405
|
January 6, 2025
|
Missing reinitialization of closure capture after consume for closures executed only once
|
|
2
|
111
|
December 27, 2024
|
What does the `Result: ~Copyable` constraint mean in the Mutex API (and in general)?
|
|
4
|
153
|
September 22, 2024
|
A need for a once-callable closure type
|
|
12
|
366
|
September 12, 2024
|
Compiler hang on consuming in noncopyable enum with URL in associated value?
|
|
2
|
118
|
August 30, 2024
|
Standard library noncopyable containers e.g Hypoarray
|
|
2
|
302
|
August 10, 2024
|
SE-0427: Noncopyable Generics
|
|
166
|
7665
|
July 3, 2024
|
Consume and memory performance
|
|
9
|
334
|
June 27, 2024
|
[Accepted] SE-0437: Generalizing standard library primitives for non-copyable types
|
|
8
|
2170
|
June 24, 2024
|
Concurrency Continuation lacks ~Copyable support
|
|
4
|
399
|
June 20, 2024
|
Noncopyable type has deinit called before init
|
|
6
|
804
|
June 1, 2024
|
SE-0437: Generalizing standard library primitives for non-copyable types
|
|
14
|
2408
|
June 5, 2024
|
Noncopyable types and implicit conversions
|
|
16
|
1314
|
June 4, 2024
|
Avoid copying large matrix data within a function
|
|
13
|
520
|
May 17, 2024
|
Noncopyable Generics in Swift: A Code Walkthrough
|
|
47
|
5584
|
March 25, 2024
|
Is there a way to declare/import C type as a noncopyable struct in Swift
|
|
4
|
382
|
March 13, 2024
|
Escaping Consuming Functions
|
|
6
|
1064
|
February 3, 2024
|
Consuming, borrowing and type inference
|
|
4
|
819
|
November 22, 2023
|
~Copyable and @dynamicmemberlookup
|
|
2
|
598
|
November 13, 2023
|
Capturing a noncopyable type in an async closure
|
|
4
|
653
|
October 30, 2023
|