Removes all of the elements from this array. The array will be empty after this call returns.
the array to clear
the cleared array
AssertException if length of the return array isn't 0
See Implementation
Removes all of the elements from this array. The array will be empty after this call returns.