Structural Sum Types (used to be Anonymous Union Types)
|
|
45
|
444
|
September 22, 2023
|
Pipe function types using variadic generics, possible to access "index" of a type in a pack?
|
|
8
|
171
|
September 20, 2023
|
SE-0404: Allow Protocols to be Nested in Non-Generic Contexts
|
|
30
|
2982
|
September 19, 2023
|
Create generic opaque return type dynamically
|
|
0
|
131
|
September 14, 2023
|
Swift will not infer opaque return type of generic function
|
|
11
|
412
|
September 12, 2023
|
Unexpected size returned for tuple?
|
|
4
|
295
|
September 6, 2023
|
Associated Conformances? Similar to Higher Kinded Types?
|
|
2
|
692
|
September 3, 2023
|
Parameter Packs embedded types and structured concurrency - bug or holding it wrong?
|
|
2
|
396
|
August 31, 2023
|
CustomStringConvertible for optionals
|
|
0
|
201
|
August 26, 2023
|
How to model a state machine using generics? [dynamic dispatch?]
|
|
12
|
675
|
August 23, 2023
|
Using Mock/Protocol as @EnvironmentObject
|
|
3
|
1149
|
August 20, 2023
|
Optional<Any> puzzler
|
|
5
|
384
|
August 16, 2023
|
[Accepted] SE-0404: Allow Protocols to be Nested in Non-Generic Contexts
|
|
2
|
1250
|
August 15, 2023
|
Is there a way to implement `ZipSequence.Iterator`'s `next()` method from SE-0398
|
|
2
|
328
|
August 9, 2023
|
Enumerating All Possible States With Parameter Packs + CaseIterable
|
|
3
|
399
|
August 9, 2023
|
What the practical difference between Element and Self.Element
|
|
1
|
321
|
July 18, 2023
|
How to detect if focused has changed on Mac OS
|
|
1
|
262
|
July 28, 2023
|
Typealias conformance to protocols, why can't this simple thing be implemented?
|
|
53
|
3030
|
July 25, 2023
|
Generic constraints with multiple classes?
|
|
1
|
304
|
July 25, 2023
|
Initilalization inside extension type inference
|
|
1
|
193
|
July 23, 2023
|
Tuple of value pack expansion
|
|
19
|
2283
|
July 23, 2023
|
Checking constraints on associated types within a protocol
|
|
8
|
457
|
July 23, 2023
|
Type 'any Protocol' cannot conform to 'Protocol'
|
|
9
|
9094
|
July 21, 2023
|
Enforcing Protocol Conformance for Existential Types at Compiletime or Runtime
|
|
0
|
193
|
July 18, 2023
|
Stored property cannot have covariant 'Self' type
|
|
3
|
246
|
July 17, 2023
|
Loosing type info depending on iteration mode
|
|
8
|
725
|
July 11, 2023
|
Calling a function for each element of an array of mixed elements conforming to a same protocol
|
|
5
|
463
|
July 10, 2023
|
Can macros be used to ease the declaration of generic function parameters?
|
|
1
|
778
|
July 3, 2023
|
Type check protocol conformance from extension to a generic
|
|
0
|
190
|
June 26, 2023
|
Member 'select' cannot be used on value of type 'any LayerCollection'
|
|
6
|
438
|
June 25, 2023
|