Home / def / staticarray 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
static array
A static array is an array that is allocated directly inside an object.

A static array cannot be shared, and is destroyed with the object.
The size of a static array must be known at compilation time.

See also

dynamic array