* @returns the size of the array.
()
| 754 | * @returns the size of the array. |
| 755 | */ |
| 756 | size(): number { |
| 757 | return this.ctx.arrayGetSize(this) as number; |
| 758 | } |
| 759 | /** |
| 760 | * Get index-th element of the array |
| 761 | * @param index the array index. |
no outgoing calls