Function

HarfBuzz-0.0HarfBuzzmap_nextSince 7.0.0

  • Fetches the next key/value pair in map.

    Set idx to -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.

    Parameters

    • map: map_t

      A map

    • idx: number

      Iterator internal state

    Returns [number, number, number, number]

    true if there was a next value, false otherwise

    7.0.0