Why is (any Any).Type different to any Any.Type?
|
|
12
|
722
|
March 27, 2023
|
Checking protocol conformances with metatypes
|
|
2
|
653
|
March 15, 2023
|
Value type extensions with generic type constraint being ignored
|
|
7
|
310
|
March 8, 2023
|
'Self is immutable' error when using Protocol function that is implemented in Protocol Extension
|
|
6
|
176
|
February 23, 2023
|
Declaring conformance of existential types to protocols
|
|
0
|
330
|
February 21, 2023
|
What are use cases for protocols overriding mutating/nonmutating with their opposite?
|
|
12
|
278
|
February 19, 2023
|
Specialize protocol witness for SIMDStorage
|
|
11
|
450
|
February 6, 2023
|
Type captured by the struct does not get interpreted as one would expect
|
|
6
|
261
|
January 23, 2023
|
Property wrapper requirements in protocols
|
|
39
|
10170
|
January 17, 2023
|
Use specialized existential in class conforming to a protocol with associated types
|
|
7
|
224
|
January 11, 2023
|
Being able to fully qualify a protocol conformance
|
|
1
|
340
|
January 3, 2023
|
Type 'any Identifiable<UUID>' cannot conform to 'Identifiable'
|
|
2
|
421
|
December 28, 2022
|
Giant footguns, typealias extensions, and the C OpaquePointer
|
|
15
|
824
|
December 28, 2022
|
Need help in using generics with protocol
|
|
9
|
496
|
December 26, 2022
|
Is it possible to extend non-generic protocol with generics property?
|
|
0
|
187
|
December 23, 2022
|
Existing any and objective C based protocols
|
|
3
|
208
|
December 20, 2022
|
Implications of SE-0335 when implementing dependency injection
|
|
5
|
715
|
December 20, 2022
|
Initialising a constrained property of an existential type with associated type fails
|
|
2
|
270
|
December 8, 2022
|
Help with "protocol FooBar where Self: Bar"
|
|
2
|
338
|
December 1, 2022
|
I can't recreate my class using protocols - extension stored properties
|
|
5
|
509
|
November 27, 2022
|
Why 'any' needed when associated type known
|
|
3
|
460
|
November 17, 2022
|
SwiftUI Binding problems with protocols (Still)
|
|
14
|
1422
|
November 16, 2022
|
A compilation error with associated type
|
|
1
|
366
|
November 14, 2022
|
Making nested arrays of arbitrary depth conform to protocol of its innermost Element
|
|
2
|
293
|
November 12, 2022
|
Mysterious failure of extensions declared on typealiases of protocols. Any good workaround?
|
|
6
|
548
|
November 8, 2022
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
251
|
October 27, 2022
|
Unexpected property mapping
|
|
12
|
488
|
October 26, 2022
|
Why do synchronous protocol function implementations of asynchronous requirements no longer work with @objc annotation?
|
|
2
|
436
|
October 10, 2022
|
Protocols on bound generic types
|
|
6
|
332
|
October 1, 2022
|
Not happy with a bit of code, anyone suggestions?
|
|
4
|
330
|
September 2, 2022
|