@tsdotnet/array-copy - v1.2.4
Preparing search index...
default
to
Function to
to
<
T
,
TDestination
extends
ArrayLikeWritable
<
T
>
>
(
source
:
ArrayLike
<
T
>
,
destination
:
TDestination
,
sourceIndex
?:
number
,
destinationIndex
?:
number
,
length
?:
number
,
)
:
TDestination
Copies one array to another.
Type Parameters
T
TDestination
extends
ArrayLikeWritable
<
T
>
Parameters
source
:
ArrayLike
<
T
>
destination
:
TDestination
sourceIndex
:
number
= 0
destinationIndex
:
number
= 0
length
:
number
= Infinity
An optional limit to stop copying.
Returns
TDestination
The destination array.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@tsdotnet/array-copy - v1.2.4
Loading...
Copies one array to another.