Type Alias

Binding.Iterator

A type that provides the sequence’s iteration interface and encapsulates its iteration state.

Declaration 宣言

typealias Iterator = IndexingIterator<Binding<Value>>
Available when Value conforms to MutableCollection.