Function arr_fill

  • Create a new array, and fill it with values (all same value)

    Returns

    Parameters

    • value: any

      what value to assign to each item in array

    • len: number

      how long to make the array

    Returns any[]

Generated using TypeDoc