============================================================================== Creates an empty array. */
| 61 | //============================================================================== |
| 62 | /** Creates an empty array. */ |
| 63 | Array() = default; |
| 64 | |
| 65 | /** Creates a copy of another array. |
| 66 | @param other the array to copy |