@tsdotnet/array-init - v1.2.3
    Preparing search index...

    Function default

    • Initializes an array depending on the requested capacity. The returned array will have a .length equal to the value provided.

      Type Parameters

      • T

      Parameters

      • length: number

      Returns T[]