init(_:)
Creates a new sequence that wraps and forwards operations to base.
Declaration
init<S>(_ base: S) where Element == S.Element, S : SequenceCreates a new sequence that wraps and forwards operations to base.
init<S>(_ base: S) where Element == S.Element, S : Sequence