Defining a function with a closure as its parameter, how to use Self as the type of the closure's parameter?
|
|
0
|
323
|
June 26, 2023
|
FixedWidth cannot build rewrite system for protocol
|
|
9
|
721
|
April 10, 2023
|
Calling a protocol with associatedType's method, doesn't always pick the same specialized generic implementation
|
|
3
|
585
|
February 23, 2023
|
Constrained generic `T` behaves like `Self` - so what is currently `self` in my generic initializer here?
|
|
4
|
564
|
January 29, 2023
|
Problem about conditional conforming to a protocol
|
|
18
|
335
|
January 21, 2023
|
Protocol Witness Matching Roadmap
|
|
9
|
2443
|
January 10, 2023
|
Infer associated type on protocol conformance
|
|
3
|
651
|
November 1, 2022
|
Associated type inference doesn't work in a situation that I assumed it would
|
|
1
|
390
|
October 27, 2022
|
Typealiases inside protocols
|
|
2
|
561
|
October 3, 2022
|
Promoting synchronous closure to async closure
|
|
2
|
1179
|
September 12, 2022
|
Swift 5.7 compiler bug? Known limitation? My mistake?
|
|
6
|
832
|
September 12, 2022
|
Abort trap 6/nonzero exit code
|
|
1
|
746
|
September 9, 2022
|
Can't assign to self in initializer in protocol extension when protocol inherits from NSCoding
|
|
1
|
600
|
August 11, 2022
|
Implementing the delegate pattern through generics instead of existential?
|
|
1
|
555
|
July 30, 2022
|
Conditional conformance to non-marker protocol cannot depend on conformance of 'T' to non-marker protocol 'Sendable'
|
|
1
|
864
|
March 20, 2022
|
Cannot assign to property: 'self' is immutable?
|
|
17
|
8883
|
February 17, 2022
|
How does SwiftUI hides private protocol requirements of SwiftUI.View protocol
|
|
4
|
2377
|
October 7, 2021
|
On purity grades of value types [was: ValueType protocol]
|
|
31
|
3056
|
September 21, 2021
|
Allow use of concrete associated type of protocols
|
|
0
|
1061
|
August 17, 2021
|
Keyword for protocol methods
|
|
10
|
1577
|
July 23, 2021
|
Unlock Existential Types for All Protocols
|
|
99
|
10355
|
May 10, 2021
|
Comparing KeyPaths (generics, protocols with associated type)
|
|
0
|
582
|
March 15, 2021
|
Protocol Crashes When Nil
|
|
2
|
719
|
February 6, 2021
|
Same parameter name definition in protocol not emit error
|
|
1
|
426
|
July 24, 2020
|
Using typealias from protocol in implementing type
|
|
5
|
6053
|
July 10, 2020
|
Add userInfo protocols to standard library
|
|
36
|
2232
|
May 18, 2020
|
[Need advice] Would we need a new universal protocol if we add flexibly-sized types?
|
|
0
|
623
|
May 13, 2020
|
MemoryLayout offset with generics
|
|
2
|
724
|
December 5, 2019
|
`AnyFunc` base protocol for all blocks and methods
|
|
2
|
844
|
May 30, 2019
|
Failure when checking if protocol exists
|
|
3
|
749
|
January 24, 2019
|