Search
Preparing search index...
The search index is not available
JsTeal
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
JsTeal
ast/TealArray
TealArray
Class TealArray<T>
Type parameters
T
Hierarchy
TealArray
TxnArray
Index
Constructors
constructor
Methods
get
Item
length
Constructors
constructor
new
Teal
Array<T>
(
)
:
TealArray
<
T
>
Type parameters
T
Returns
TealArray
<
T
>
Methods
Abstract
get
Item
get
Item
(
index
:
number
)
:
T
Get the value at a given index in this array.
Parameters
index:
number
Returns
T
Abstract
length
length
(
)
:
Expr
Get the length of the array.
Returns
Expr
Modules
ast/
Teal
Array
Teal
Array
constructor
get
Item
length
Generated using
TypeDoc
Get the value at a given index in this array.