Type Alias

Binding.SubSequence

A collection representing a contiguous subrange of this collection’s elements. The subsequence shares indices with the original collection.

Declaration 宣言

typealias SubSequence = Slice<Binding<Value>>
Available when Value conforms to MutableCollection.

Discussion 議論

The default subsequence type for collections that don’t define their own is Slice.