Type Alias

Array.SubSequence

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

Declaration 宣言

typealias SubSequence = ArraySlice<Element>

Discussion 解説

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

See Also 参照

Supporting Types 支援を行う型