I have a NavigationView in SwiftUI and a couple of views, let's assume that we have [View a, View b, View c, View d].
What I want is to move from "View a" into the "View d" without showing "View b", "View c" and being able to navigate back from "View d" to "c , b" reaching back to "a".