Return Value 戻り値
A flattened view of the elements of this sequence of sequences. 複数のシーケンスの中のこのシーケンスの要素の平坦化された見方。
Availability 有効性
Technology
func joined() -> FlattenSequence
<IndexSet
.RangeView
>
A flattened view of the elements of this sequence of sequences. 複数のシーケンスの中のこのシーケンスの要素の平坦化された見方。
In this example, an array of three ranges is flattened so that the elements of each range can be iterated in turn. この例において、3つの範囲からなる配列は平坦化されます、それで各範囲の要素は順に反復されることができます。