Generic Initializer

init(_:)

Creates a new sequence that wraps and forwards operations to base. baseをラップしてそれへと演算を転送する新規シーケンスを作成します。

Declaration 宣言

init<S>(_ base: S) where Element == S.Element, S : Sequence