@arcmantle/library
Preparing search index...
types/math.types
Repeat
Type Alias Repeat<N, T>
Repeat
:
N
extends
0
?
[
]
:
[
T
,
...
Repeat
<
Decr
<
N
>
,
T
>
]
Creates a tuple of
T
with a length of
N
.
Type Parameters
N
extends
number
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Creates a tuple of
T
with a length ofN
.