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

makeIterator()

Returns an iterator over the contents of the data. データの内容すべてを対象とするイテレータを返します。

Declaration 宣言

func makeIterator() -> Data.Iterator

Discussion 議論

The iterator will increment byte-by-byte. イテレータは、「バイト毎」に漸増します。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Iterating Over Bytes バイトに対して反復する