XCode 26.0.1 日本語化計画
drop-first シーケンスの要素を生成する反復子。
struct Iterator
func next() async rethrows -> Base.Element?
drop-first シーケンス内の次の要素を生成します。
drop-first シーケンス内の次の要素を生成します。
Base が AsyncSequence に準拠し、Base.AsyncIterator が Sendable に準拠し、Base.Element が Sendable に準拠する場合に準拠します。
SendableMetatype
Base が AsyncSequence に準拠し、Base.AsyncIterator が Sendable に準拠し、Base.Element が Sendable に準拠する場合に準拠します。