Binding<Value: RandomAccessCollection>
Element == Binding<Value.Element>
RandomAccessCollection
ForEach
Binding
List { ForEach($timeline.tweets) { tweet in TweetView(tweet) } }