keys method

Iterable<int> keys()

Creates and returns an iterator of keys (indices) in this buffer.

Implementation

external Iterable<int> keys();