Function graphemes

  • Returns an iterator function that will iterate the grapheme clusters of the string.

    Parameters

    • s: string
    • Optional i: number
    • Optional j: number

    Returns IterableFunction<LuaTuple<[number, number]>>