Different returned type when using some vs any in function signature on a view
|
|
1
|
95
|
February 7, 2025
|
Why can you access an associated type but not a generic placeholder from a metatype instance?
|
|
5
|
89
|
February 3, 2025
|
Compiler can't infer types with Parameter Packs containing more than three elements
|
|
10
|
239
|
January 31, 2025
|
Instantiate a parameter pack from an array
|
|
6
|
150
|
January 30, 2025
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
686
|
January 18, 2025
|
Typealias conformance to protocols, why can't this simple thing be implemented?
|
|
56
|
5929
|
January 16, 2025
|
DateFormatter rounds a time to milliseconds
|
|
6
|
6738
|
January 14, 2025
|
Parameterized Extensions
|
|
69
|
14247
|
January 11, 2025
|
Typed throw in a generic function inside a protocol can't find error type in scope
|
|
4
|
101
|
January 9, 2025
|
Higher order function using variadic parameters
|
|
7
|
169
|
January 6, 2025
|
Request to guidance for contributing to the Organization
|
|
0
|
89
|
December 26, 2024
|
Why isn't the TypeSolver able to resolve this without the implicit assignment first?
|
|
2
|
116
|
December 26, 2024
|
Extension methods for non-nominal types
|
|
38
|
8223
|
December 22, 2024
|
SwiftData Predicate does not handle protocol witness?
|
|
3
|
1115
|
December 19, 2024
|
How to define a pointer to a class instantiation in a common block
|
|
0
|
50
|
December 18, 2024
|
Conforming to public protocol using shared internal implementation
|
|
0
|
52
|
December 18, 2024
|
How to define generic methods in swift with type Constraints
|
|
0
|
44
|
December 8, 2024
|
Why can `any Shape` not conform to `Shape`
|
|
6
|
201
|
December 5, 2024
|
How to access a protocol property from another protocol without exposing the other protocol in the API?
|
|
7
|
119
|
December 4, 2024
|
Opaque type as generic type constraint of another opaque type
|
|
1
|
80
|
December 4, 2024
|
Compiler bug w.r.t. protocol inheritance and generics?
|
|
10
|
266
|
December 2, 2024
|
Constraining types to protocols
|
|
6
|
118
|
December 2, 2024
|
How do I extend ButtonStyle with my generic struct conforming to ButtonStyle?
|
|
2
|
65
|
November 16, 2024
|
Language limitation, or am I not doing this right? `Error: Pack expansion requires that 'each Element' and 'repeat each Element' have the same shape`
|
|
3
|
165
|
November 11, 2024
|
Generic functions overload in Protocols
|
|
2
|
148
|
November 7, 2024
|
AnyView returned in functions with generic Views (SwiftUI)
|
|
4
|
217
|
November 4, 2024
|
Overload (or disambiguation) of a typed function?
|
|
14
|
293
|
November 3, 2024
|
Equality for generic container and Void
|
|
5
|
1878
|
November 15, 2019
|
Spelling empty parameter packs as just type identifier
|
|
2
|
184
|
October 25, 2024
|
A Feasible Implementation of Type Disjunctions
|
|
3
|
504
|
October 13, 2024
|