Search
Preparing search index...
The search index is not available
@metagram/framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
List
Class List<T>
Type parameters
T
Hierarchy
List
Implements
ArbitraryAmbiguousCollection
<
T
>
Index
Constructors
constructor
Properties
_items
Accessors
size
Methods
__@iterator
for
Each
has
Constructors
constructor
new
List
(
_items
:
T
[]
)
:
List
Parameters
_items:
T
[]
Returns
List
Properties
Private
_items
_items
:
T
[]
Accessors
size
get
size
(
)
:
number
Returns
number
Methods
__@iterator
__@iterator
(
)
:
IterableIterator
<
T
>
Returns
IterableIterator
<
T
>
for
Each
for
Each
(
callbackfn
:
function
, thisArg
?:
any
)
:
void
Parameters
callbackfn:
function
(
value1
:
T
, value2
:
T
, collection
:
Collection
<
T
>
)
:
void
Parameters
value1:
T
value2:
T
collection:
Collection
<
T
>
Returns
void
Optional
thisArg:
any
Returns
void
has
has
(
value
:
T
)
:
boolean
Parameters
value:
T
Returns
boolean
Globals
List
constructor
_items
size
__@iterator
for
Each
has
Generated using
TypeDoc