Xcode – How to use the Generic Type of a Types Property?
Context I have a SwiftUI View which gets initialised with a ViewModel (Observable Object). This ViewModel itself has a Generic Type. I am now trying to use the Generic Type of the ViewModel inside the View itself, however, can't get…