Function iter_zip_sorted

  • This function iterates over multiple pre-sorted iterables such that the combined iteration remains sorted.

    A comparison function must be provided and it is assumed that the provided iterables are already individually sorted with respect to this comparison function.

    Parameters

    • compare: any
    • Rest ...iterables: any[]

    Returns Generator<any, void, unknown>

Generated using TypeDoc