opaque-types Questions
4
Solved
I'm just learning how to use Combine. I have experience with Rx (RxSwift and RxJava) and I'm noticing that it's quite similar.
However, one thing that is quite different (and kind of annoying) is ...
Lannylanolin asked 2/5, 2020 at 1:18
1
I have a protocol
protocol doSomethingProtocol {
associatedtype someType
}
then i have class that is implementing this protocol
class doSomethingClass : doSomethingProtocol {
typealias someType ...
Olethea asked 4/9, 2021 at 15:50
1
© 2022 - 2024 — McMap. All rights reserved.