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.
Currently, on Array documentation, doesn't mention the existence of
bytesLength:website/src/stdlib/array.md
Lines 36 to 43 in 50cc6b2
However, it's possible to use
array.bytesLength.