@tsdotnet/array-copy - v1.2.4
    Preparing search index...

    Function arrayCopyTo

    • Copies one array to another.

      Type Parameters

      • T
      • TDestination extends ArrayLikeWritable<T>

      Parameters

      • source: ArrayLike<T>
      • destination: TDestination
      • sourceIndex: number = 0
      • destinationIndex: number = 0
      • count: number = Infinity

        An optional limit to stop copying. Finite values must be no more than the source.length minus the sourceIndex.

      Returns TDestination

      The destination array.