Instance Method インスタンスメソッド

joined()

Returns a lazy sequence that concatenates the elements of this sequence of sequences. このシーケンスに属する複数のシーケンスの要素を鎖状に連結する遅延シーケンスを返します。

Declaration 宣言

func joined() -> LazySequence<FlattenSequence<LazyMapSequence<Base, Element>>>
Available when Element conforms to Sequence. ElementSequenceに準拠する時に利用可能です。