Why do we need Type Erasure given we already have parameterized protocols
We have many type erasure classes like AnyPublisher
in Combine
framework. But why do need them at all, as we already have parameterized protocols?
We have many type erasure classes like AnyPublisher
in Combine
framework. But why do need them at all, as we already have parameterized protocols?