Skip

struct Skip<I: Iterator>

A storage wrapper for an iterator after prefix removal.

The current Iterator.skip implementation returns the source iterator directly; this type has no public constructor or iterator conformance and is retained only as an API placeholder for a future lazy skip adapter.

Properties

let inner: I

The iterator after its skipped prefix has been consumed.