Search
Preparing search index...
The search index is not available
@metagram/framework
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
OrderedCollection
Interface OrderedCollection<T>
Type parameters
T
Hierarchy
Collection
<
T
>
OrderedCollection
OrderedAmbiguousCollection
OrderedUniqueCollection
Index
Properties
size
Methods
__@iterator
first
for
Each
has
last
Properties
size
size
:
number
Methods
__@iterator
__@iterator
(
)
:
IterableIterator
<
T
>
Returns
IterableIterator
<
T
>
first
first
(
)
:
T
|
undefined
Returns
T
|
undefined
for
Each
for
Each
(
callbackfn
:
function
, thisArg
?:
any
)
:
void
Parameters
callbackfn:
function
(
value
:
T
, index
:
number
, collection
:
Collection
<
T
>
)
:
void
Parameters
value:
T
index:
number
collection:
Collection
<
T
>
Returns
void
Optional
thisArg:
any
Returns
void
has
has
(
value
:
T
)
:
boolean
Parameters
value:
T
Returns
boolean
last
last
(
)
:
T
|
undefined
Returns
T
|
undefined
Globals
Ordered
Collection
size
__@iterator
first
for
Each
has
last
Generated using
TypeDoc