神岛 API 文档 - ArenaPro版
Preparing search index...
server/types/GameAPI
SetConstructor
Interface SetConstructor
interface
SetConstructor
{
new
SetConstructor
<
T
=
any
>
(
values
?:
readonly
T
[]
)
:
Set
<
T
>
;
new
SetConstructor
<
T
>
(
iterable
?:
Iterable
<
T
,
any
,
any
>
)
:
Set
<
T
>
;
new
SetConstructor
<
T
=
any
>
(
values
?:
readonly
T
[]
)
:
Set
<
T
>
;
new
SetConstructor
<
T
>
(
iterable
?:
Iterable
<
T
,
any
,
any
>
)
:
Set
<
T
>
;
"[species]"
:
SetConstructor
;
prototype
:
Set
<
any
>
;
}
Index
Constructors
constructor
Properties
[species]
prototype
Constructors
constructor
new
SetConstructor
<
T
=
any
>
(
values
?:
readonly
T
[]
)
:
Set
<
T
>
Type Parameters
T
=
any
Parameters
Optional
values
:
readonly
T
[]
Returns
Set
<
T
>
new
SetConstructor
<
T
>
(
iterable
?:
Iterable
<
T
,
any
,
any
>
)
:
Set
<
T
>
Type Parameters
T
Parameters
Optional
iterable
:
Iterable
<
T
,
any
,
any
>
Returns
Set
<
T
>
new
SetConstructor
<
T
=
any
>
(
values
?:
readonly
T
[]
)
:
Set
<
T
>
Type Parameters
T
=
any
Parameters
Optional
values
:
readonly
T
[]
Returns
Set
<
T
>
new
SetConstructor
<
T
>
(
iterable
?:
Iterable
<
T
,
any
,
any
>
)
:
Set
<
T
>
Type Parameters
T
Parameters
Optional
iterable
:
Iterable
<
T
,
any
,
any
>
Returns
Set
<
T
>
Properties
Readonly
[species]
"[species]"
:
SetConstructor
Readonly
prototype
prototype
:
Set
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
[species]
prototype
神岛 API 文档 - ArenaPro版
Loading...