Clears the managed array. This allows the elements of the array to be reused for appending.
Note that clear is disabled for immutable or const element types, due to the possibility that AppenderNoGCFixed might overwrite immutable data.
See Implementation
Clears the managed array. This allows the elements of the array to be reused for appending.
Note that clear is disabled for immutable or const element types, due to the possibility that AppenderNoGCFixed might overwrite immutable data.