Return Value 戻り値
A flattened view of the elements of this sequence of sequences. 複数のシーケンスからなるこのシーケンスの要素のある平坦なビュー。
Availability
Technology
func joined() -> FlattenSequence
<JoinedSequence
<Base>>
Base
.
Element
.
Element
conforms to Sequence
.
Base
.
Element
.
Element
がSequence
に準拠する時に利用可能です。
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つの範囲からなる配列は平坦化されます、それで各範囲の要素は順に反復されることができます。