ArrayMethods Methods
From Tungsten Suite
Tungsten
|
|
ArrayMethods Methods |
The ArrayMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| AppendT |
Appends the items to an array, resizing the array as necessary
| |
| InsertT |
Appends the items to an array, resizing the array as necessary
| |
| PeekT |
Retrieves the specified range of elements from the array
| |
| PeekEndT |
Retrieves the specified number of elements from the end of the array
| |
| PeekStartT |
Retrieves the specified number of elements from the start of the array without changing the source array
| |
| TakeT |
Retrieves and removes the specified range of elements from the array
| |
| TakeFromEndT |
Retrieves and removes the specified number of elements from the end of the array
| |
| TakeFromStartT |
Retrieves and removes the specified number of elements from the start of the array
| |
| TrimT |
Removes the specified range of elements from the array, resizing the array as necessary
| |
| TrimEndT |
Removes the specified number of elements from the end of the array, resizing the array as necessary
| |
| TrimStartT |
Removes the specified number of elements from the start of the array, resizing the array as necessary
|