Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 230 Bytes

FixedArray.md

File metadata and controls

16 lines (11 loc) · 230 Bytes

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.