XCode 26.0.1 日本語化計画
prefix-while シーケンスの要素を生成する反復子。
struct Iterator
Base が AsyncSequence に準拠している場合に使用できます。
func next() async throws -> Base.Element?
prefix-while シーケンスの次の要素を生成します。
func next(isolation: isolated (any Actor)?) async throws -> Base.Element?
prefix-while シーケンスの次の要素を生成します。
Base が AsyncSequence に準拠し、Base.AsyncIterator が Sendable に準拠し、Base.Element が Sendable に準拠する場合に準拠します。
SendableMetatype
Base が AsyncSequence に準拠し、Base.AsyncIterator が Sendable に準拠し、Base.Element が Sendable に準拠する場合に準拠します。