I'm using NavigationLink to navigate screens in NavigationView.
How can I remove screen from navigation stack?
Not just hide the navigation "Back" button but completely remove screen from stack?
For example, I have screen chain like this: A -> B -> C
How can I remove screen B to go back from C to A?
Or, another example, how to remove screen A and B, so the C screen will be the root?
Or all of this is impossible by conception of SwiftUI?