Generic Structure

IteratorSequence

A sequence built around an iterator of type Base. Baseのイテレータに基づいて構築されるシーケンス。

Declaration 宣言

@frozen struct IteratorSequence<Base> where Base : IteratorProtocol

Overview 概要

Useful mostly to recover the ability to use forin, given just an iterator i: 主として有用なのはforinを使う能力を、ただイテレータiを与えるだけで獲得することです:


for x in IteratorSequence(i) { ... }

Topics 話題

Type Aliases 型エイリアス

Initializers イニシャライザ

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Relationships 関係

Conforms To 次に準拠

See Also 参照

Indices and Iterators インデックスとイテレータ