• fill the array with given count and item

    Type Parameters

    • T

    Parameters

    • count: number

      count of the array

    • item: T

      value to fill the array or a function can access index

    Returns T[]

  • Type Parameters

    • T

    Parameters

    Returns T[]

Generated using TypeDoc