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

joined()

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

Declaration 宣言

func joined() -> LazySequence<FlattenSequence<Slice<Base>>>
Available when Base.Element conforms to Sequence and Base conforms to LazySequenceProtocol. Base.ElementSequenceに準拠するそしてBaseLazySequenceProtocolに準拠する時に利用可能です。