DropFirstSequence
A sequence that lazily consumes and drops n elements from an underlying Base iterator before possibly returning the first available element.
Declaration
@frozen struct DropFirstSequence<Base> where Base : SequenceOverview
The underlying iterator’s sequence may be infinite.