Instance Method
インスタンスメソッド
joined()
Returns a lazy sequence that concatenates the elements of this sequence of sequences.
このシーケンスに属する複数のシーケンスの要素を鎖状に連結する遅延シーケンスを返します。
Availability
- iOS 14.5+
- iPadOS 14.5+
- macOS 10.10+
- Mac Catalyst 14.5+
- tvOS 14.5+
- watchOS 7.4+
- Xcode 9.3+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
func joined() -> LazySequence
<FlattenSequence
<Slice
<Base>>>
Available when
Base
.
Element
conforms to Sequence
and Base
conforms to LazySequenceProtocol
.
Base
.
Element
がSequence
に準拠するそしてBase
がLazySequenceProtocol
に準拠する時に利用可能です。