zscript-doc/api/base/FixedArray.md

17 lines
232 B
Markdown

# Type[N]
Fixed-size arrays have a size method attached to them for convenience purposes.
```
struct Type[N]
{
uint Size() const;
}
```
### `Size`
Returns the size of the array. This is a compile-time constant.
<!-- EOF -->