An each_with_index for SwiftUI

Lately I've been learning SwiftUI, which is pretty neat. I've noticed that when it comes to displaying a list of items: you often want access to the index value as part of your ForEach or List in order to reference a @Binding of the larger collection...continue...