Function arrays_mix

  • Mixes multiple lists into one list, by taking one item at a time from each and pushing it to new array.

    Parameters

    • arrays: any[][]

    Returns any[]

Generated using TypeDoc