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

makeIterator()

Returns an iterator over the elements of this buffer. このバッファの要素すべてを対象としたイテレータを返します。

Declaration 宣言

func makeIterator() -> UnsafeBufferPointer<Element>.Iterator

Return Value 戻り値

An iterator over the elements of this buffer. このバッファの要素すべてを対象としたイテレータ。

Relationships 関係

From Protocol 由来プロトコル