TypeScript API Documentation for HARFBUZZ
API Version: 0.0
Library Version: 11.5.1
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 7.0.0
Fetches the next key/value pair in map.
map
Set idx to -1 to get started.
idx
If the map is modified during iteration, the behavior is undefined.
The order in which the key/values are returned is undefined.
A map
Iterator internal state
true if there was a next value, false otherwise
true
false
7.0.0
Fetches the next key/value pair in
map.Set
idxto -1 to get started.If the map is modified during iteration, the behavior is undefined.
The order in which the key/values are returned is undefined.