Currently, on Array documentation, doesn't mention the existence of bytesLength:
|
### Fields |
|
|
|
* ```ts |
|
var length: i32 |
|
``` |
|
The length of this array. Setting the length to a value larger than internal capacity will automatically grow the array. |
|
|
|
### Methods |
However, it's possible to use array.bytesLength.