zscript-doc/api/base/FixedArray.md

230 B

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.