Wonkey types array
wonkey:wonkey.types.Array
Struct Array#
Primtive array type.
This is a 'pseduo type' extended by all array types.
| Properties | |
|---|---|
| Data | The raw memory used by the array. (read only) |
| Length | The length of the array. (read only) |
| Methods | |
|---|---|
| CopyTo | Copies a range of elements from this array to another. |
| GetSize | Gets the size of a single array dimension. |
| Resize | Resizes an array. |
| Slice | Extracts a subarray from the array. |