Options
All
  • Public
  • Public/Protected
  • All
Menu

@tsdotnet/array-init - v1.0.11

Index

Functions

Functions

  • default<T>(length: number): T[]
  • 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[]

Generated using TypeDoc