| ArrayX Methods |
The ArrayX type exposes the following members.
| Name | Description | |
|---|---|---|
| PopulateT |
Populate the specified array with the given value.
| |
| ResizeT(ListT, Int32) |
Add or remove elements to or from list until it has size elements.
| |
| ResizeT(ListT, Int32, ArrayXAddItemCallbackT, ArrayXRemoveItemCallbackT) |
Add or remove elements to or from list until it has size elements.
| |
| ScrollArrayIndex |
Scrolls the index of the array to wrap on ends.
| |
| ShuffleT |
Perform a Fisher-Yates shuffle on the specified array.
| |
| SortTypesHierarchically |
Sorts a list of types hierarchically.
|