Generic Structure

JoinedSequence

A sequence that presents the elements of a base sequence of sequences concatenated using a given separator. あるシーケンス、それはいくらかのシーケンスからなるある基盤となるシーケンスの要素らを、与えられた分離子を使って連結して提示します。

Declaration 宣言

@frozen struct JoinedSequence<Base> where Base : Sequence, Base.Element : Sequence

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

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

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

Wrappers for Algorithms アルゴリズムに対するラッパー