Protocol with generic class requirement
|
|
2
|
79
|
April 15, 2025
|
How to work ‘compile-speed friendly’ with structs in protocol-oriented programming?
|
|
2
|
124
|
April 7, 2025
|
Trying to understand the difference in the choice of method called in a generic context
|
|
2
|
63
|
April 6, 2025
|
How is mutating func in a protocol helpful?
|
|
4
|
121
|
April 3, 2025
|
Miniscript DSL implementation (how to simplify complex solution)
|
|
1
|
108
|
March 21, 2025
|
Hiding observable variables behind a read- and consume-only protocol
|
|
1
|
74
|
March 19, 2025
|
Can I specify that an associatedtype is a function?
|
|
27
|
386
|
March 3, 2025
|
Protocol as a property type, SwiftUI's View protocol. (any View vs View)
|
|
7
|
207
|
February 25, 2025
|
How do you assign to a protocol requirement with an opaque instance?
|
|
5
|
78
|
February 21, 2025
|
SwiftUI AdaptiveView Protocol: Default vs Custom Implementation Issue
|
|
3
|
187
|
February 18, 2025
|
Passing a parameter pack to a function call fails to compile
|
|
14
|
711
|
January 18, 2025
|
Avoiding existentials for a known set of types in Embedded Swift
|
|
5
|
183
|
January 14, 2025
|
Dilemma about enum with associated values and protocols
|
|
12
|
378
|
January 12, 2025
|
Use a protocol to reduce code and documentation for numeric functions
|
|
10
|
349
|
December 6, 2024
|
How to access a protocol property from another protocol without exposing the other protocol in the API?
|
|
7
|
123
|
December 4, 2024
|
Compiler bug w.r.t. protocol inheritance and generics?
|
|
10
|
277
|
December 2, 2024
|
Constraining types to protocols
|
|
6
|
136
|
December 2, 2024
|
Swift 101 - Protocols - Index of interesting topics
|
|
0
|
341
|
September 23, 2024
|
A Feasible Implementation of Type Disjunctions
|
|
3
|
513
|
October 13, 2024
|
@preconcurrency attribute on conformance to 'AProtocol' has no effect
|
|
1
|
312
|
October 12, 2024
|
@availability not checked in swift 5.9
|
|
2
|
150
|
October 11, 2024
|
Can't suppress retroactive conformance by fully qualifying with module names within the same line
|
|
5
|
434
|
August 7, 2024
|
Protocol with a where clause vs protocol inheritance
|
|
7
|
222
|
July 16, 2024
|
Use a `Protocol` of @MainActor instead of concrete @MainActor class produces an error
|
|
6
|
1734
|
June 17, 2024
|
MainActor isolated protocol affects on child class but not superclass
|
|
3
|
931
|
June 11, 2024
|
Typecasting to a protocol via a generic function
|
|
6
|
621
|
May 24, 2024
|
Nested types don't recognize protocol conformance in recursive methods
|
|
10
|
623
|
May 24, 2024
|
CodingKey.Type with protocol and generic?
|
|
1
|
293
|
May 24, 2024
|
Merging Closure into Protocols
|
|
9
|
1445
|
April 30, 2024
|
[SR-4625] Compiler reports an error for protocol conformance for method with default parameter value
|
|
0
|
154
|
April 16, 2024
|